aboutsummaryrefslogtreecommitdiff
path: root/components
AgeCommit message (Expand)Author
2020-09-08v4l2_codec2: Improve log statements in V4L2EncodeComponent.David Staessens
2020-09-08v4l2_codec2: Don't use BufferUsage::VIDEO_ENCODER for input buffers.David Staessens
2020-09-03Make VideoFramePool and C2VdaBqBlockPool non-blocking when fetchingChih-Yu Huang
2020-09-03Merge "VideoFramePool: Only accept one request at the same time" into rvc-devChih-yu Huang
2020-09-02VideoFramePool: Only accept one request at the same timeChih-Yu Huang
2020-08-31v4l2_codec2: Fixes to V4L2EncodeComponent drain logic.David Staessens
2020-08-31v4l2_codec2: Mark V4L2EncodeComponent buffers as BufferUsage::VIDEO_ENCODER.David Staessens
2020-08-31v4l2_codec2: Remove duplicated HalPixelFormat and InputCodec types.David Staessens
2020-08-31v4l2_codec2: Change output buffer memory type to DMABuf.David Staessens
2020-08-28v4l2_codec2: Remove code that prepends SPS/PPS to IDR frames.David Staessens
2020-08-28v4l2_codec2: Deprecate use of ::base::ScopedFD.David Staessens
2020-08-27Merge "Reduce the verbosity of some logs" into rvc-devDavid Stevens
2020-08-26Reduce the verbosity of some logsDavid Stevens
2020-08-26V4L2DecodeInterface: Add the comment for C2_PARAMKEY_PICTURE_SIZEChih-Yu Huang
2020-08-26V4L2DecodeInterface: Use fixed number for C2_PARAMKEY_PICTURE_SIZEChih-Yu Huang
2020-08-25Merge "V4L2Decoder: Clear mFrameAtDevice when streamoff the output queue" int...Chih-yu Huang
2020-08-25V4L2Decoder: Clear mFrameAtDevice when streamoff the output queueChih-Yu Huang
2020-08-25Merge "V4L2Decoder: Skip fetching VideoFrame when no free V4L2 output slot" i...Chih-yu Huang
2020-08-24V4L2Decoder: Skip fetching VideoFrame when no free V4L2 output slotChih-Yu Huang
2020-08-20V4L2DecodeComponent: Limit the resolution of the output buffersChih-Yu Huang
2020-08-06Merge changes I3c8e1054,I5efe9cdf into rvc-devTreeHugger Robot
2020-08-06v4l2_codec2: Move BitstreamBuffer class to BitstreamBuffer.h.David Staessens
2020-08-06v4l2_codec2: Change input buffer memory type to DMABuf.David Staessens
2020-08-05V4L2Decoder: use map to associate block IDs to V4L2 buffersAlexandre Courbot
2020-08-04V4L2Decoder: pass the same output buffer to V4L2 Queue slotChih-Yu Huang
2020-08-04VideoFramePool: use exponential backoff for obtaining framesAlexandre Courbot
2020-07-30plugin_store: Switch to use C2VdaPooledBlockPoolChih-Yu Huang
2020-07-27Merge changes I7961c1e9,I59ba52e8 into rvc-devTreeHugger Robot
2020-07-22v4l2_codec2: Ignore unsupported controls in V4L2EncodeComponent.David Staessens
2020-07-22v4l2_codec2: Implement Codec2 V4L2 encode component.David Staessens
2020-07-16Merge "v4l2_codec2: Enable thread safety checks." into rvc-devandroid11-devTreeHugger Robot
2020-07-09V4L2DecodeComponent: Support protected playback.Chih-Yu Huang
2020-07-09v4l2_codec2: Enable thread safety checks.David Staessens
2020-07-03components: Polish some logs.Chih-Yu Huang
2020-06-05components: VideoFramePool uses dedicated thread to fetch GraphicBlockChih-Yu Huang
2020-06-03V4L2DecodeInterface: add C2_PARAMKEY_OUTPUT_DELAY for H264Chih-Yu Huang
2020-06-02components: Implement Codec2.0 V4L2 decode componentChih-Yu Huang