commit | 224de3d78dbde2154f8faaef39d3979f01b57abc | [log] [tgz] |
---|---|---|
author | Chih-Yu Huang <akahuang@google.com> | Thu Aug 06 12:05:07 2020 +0900 |
committer | Chih-Yu Huang <akahuang@google.com> | Thu Aug 20 12:01:37 2020 +0900 |
tree | 566e978d7e4b57160c5bea7456b918abbd9a57e9 | |
parent | 089e0755672c35d2ef03fe016acf3f290cabd948 [diff] |
C2VdaBqBlockPool: use hack to add IProducerListener In ag/12326257 we defining a special api code for IGBP::connect to allow setting the producer listener on an already connected IGBP. In this CL, C2VdaBqBlockPool uses this hack to connect a listener to get notified when buffers are released. Bug: 146409777 Test: pass tast.arc.VideoDecodeAccel.h264_vm Change-Id: Ibb855dc330e310bdebe32053324e17345180c4ab
accel/ Core V4L2 API and codec utilities, ported from Chromium project.
common/ Common helper classes for both components/ and store/.
components/ The C2Component implementations based on V4L2 API.
store/ The implementation of C2ComponentStore. It is used for creating all the C2Components implemented at components/ folder.
service/ The Codec2's V4L2 IComponentStore service. The service initiates the component store implemented at store/ folder, and registers it as the default service.