aboutsummaryrefslogtreecommitdiff
path: root/components/V4L2DecodeComponent.cpp
AgeCommit message (Expand)Author
2021-10-20components: pass weak_ptr to Component::ListenerChih-Yu Huang
2021-10-20v4l2_codec2 encoder: Store C2 linear buffer inside bitstream.David Staessens
2021-06-30V4L2Decoder: increase the number of output buffers to prevent ccodec timeoutChih-Yu Huang
2021-06-07Switch to "ro.vendor" group for Android propertyChih-Yu Huang
2021-05-12V4L2DecodeComponent: abandon pending work when drain is done.Chih-Yu Huang
2021-05-12v4l2_codec2: Use Android Size instead of Chrome Size.David Staessens
2021-05-12v4l2_codec2: Expand NALParser to support parsing color aspects.David Staessens
2021-03-15V4L2DecodeComponent: polish the logic of start and stopChih-Yu Huang
2021-03-01C2VdaBqBlockPool: C2VdaBqBlockPoolData inherits C2BufferQueueBlockPoolDataChih-Yu Huang
2021-03-01V4L2DecodeComponent: handle aborted decoding C2WorkChih-Yu Huang
2021-03-01V4L2DecodeComponent: fix element not found at mWorksAtDecoderChih-Yu Huang
2021-03-01V4L2DecodeComponent: handle overflowDavid Stevens
2021-01-12V4L2DecodeComponent: remove unneccesary lambdaChih-Yu Huang
2021-01-12V4L2DecodeComponent: store weak_ptr at mDecoderTaskRunnerChih-Yu Huang
2021-01-12V4L2DecodeComponent: limit the maximum concurrent instancesChih-Yu Huang
2021-01-12V4L2Decoder: destroy previous VideoFramePool before getting new oneChih-Yu Huang
2020-08-31v4l2_codec2: Remove duplicated HalPixelFormat and InputCodec types.David Staessens
2020-08-28v4l2_codec2: Deprecate use of ::base::ScopedFD.David Staessens
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-07-30plugin_store: Switch to use C2VdaPooledBlockPoolChih-Yu Huang
2020-07-09V4L2DecodeComponent: Support protected playback.Chih-Yu Huang
2020-06-05components: VideoFramePool uses dedicated thread to fetch GraphicBlockChih-Yu Huang
2020-06-02components: Implement Codec2.0 V4L2 decode componentChih-Yu Huang