commit | c0d29fc4088974a016d62de90fcb907e4b9958cb | [log] [tgz] |
---|---|---|
author | Chih-yu Huang <akahuang@google.com> | Wed Sep 16 13:28:25 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 16 13:28:25 2020 +0000 |
tree | 0b601a06e311f9050b6f34515e60ae7200f1268a | |
parent | 1c31ff9f3086aedc8e7c97b7b1917ec9d736ed62 [diff] | |
parent | fd6d402fcb0de7c7c2c6362681bcf0ffd0e06c93 [diff] |
Merge "V4L2Decoder: do not stop fetching output buffers on drain or flush" into rvc-dev am: 26c574307a am: fd6d402fcb Original change: https://googleplex-android-review.googlesource.com/c/platform/external/v4l2_codec2/+/12593344 Change-Id: Ic13c93c66b5dc00a862f2ff79d12ac38f616d25d
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.