commit | dab60b4415bfe0398127108d0672ce8843e32005 | [log] [tgz] |
---|---|---|
author | David Staessens <dstaessens@google.com> | Mon Jul 13 12:01:16 2020 +0900 |
committer | David Staessens <dstaessens@google.com> | Mon Jul 13 12:02:51 2020 +0900 |
tree | f5c67835c04f57fa36f3e545f98c344c58881df6 | |
parent | bbc3d7ed6089669a5adc41718c19571e5b627596 [diff] |
v4l2_codec2: Update e2e encoder tests to try both old and new encoders. ag/11749538 updated the encoder tests to use the new V4L2 video encoder. But a single test apk is built of the rvc-arc-dev branch for both ARC++ and ARCVM, causing all ARC++ video encoder tests to start failing. This CL fixes this by adding the names of both ARC++ and ARCVM video encoders so the tests tries both. Bug: 160755362 Test: mmm external/v4l2_codec2/tests/c2_e2e_test Change-Id: Ib31c711d365e5e33a5a54ae6cd9d852431066310
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.