| commit | aed1f934169b868fd73eb642bfe285cfed5b23a1 | [log] [tgz] |
|---|---|---|
| author | Chih-Yu Huang <akahuang@google.com> | Tue Apr 21 12:24:04 2020 +0900 |
| committer | Chih-Yu Huang <akahuang@google.com> | Thu Apr 23 12:47:53 2020 +0900 |
| tree | fd9789ed5234fbc1f72b36a2058b01a6f0bdf8f7 | |
| parent | cac74e386a7572bcc34b04f21ca7a66ecf36cd57 [diff] |
c2_e2e_test: remove __dso_handle. Seems the __dso_handle issue is resolved at R branch. Instead, keeping __dso_handle causes compilation error. This CL removes the workaround to fix the compilation. Bug: 146030443 Test: mmm external/v4l2_codec2/tests/c2_e2e_test Change-Id: Id7364c6bced6d4a6f7cc22b9b3f3b8869a859910
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.