commit | d7097b95c41f9404a0778337c4676d0524fcf894 | [log] [tgz] |
---|---|---|
author | Chih-Yu Huang <akahuang@google.com> | Thu Sep 17 04:04:19 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 17 04:04:19 2020 +0000 |
tree | f20919c45916350e02de7dc267a19f56bb52aba1 | |
parent | c0d29fc4088974a016d62de90fcb907e4b9958cb [diff] | |
parent | 5424e3b0d27e01c1a2f5bfaaa9e5b4219ffee1ac [diff] |
V4L2Decoder: Recycle the empty buffer back to V4L2 output queue am: de44698180 am: 5424e3b0d2 Original change: https://googleplex-android-review.googlesource.com/c/platform/external/v4l2_codec2/+/12559028 Change-Id: I2dd34a82261c872e687987dd77e66efaaabb4cb6
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.