| commit | dc952450309a0a16365bf4b6b62d6152b2d4df59 | [log] [tgz] |
|---|---|---|
| author | David Staessens <dstaessens@google.com> | Fri May 08 17:03:18 2020 +0900 |
| committer | David Staessens <dstaessens@google.com> | Fri Jun 12 17:03:38 2020 +0900 |
| tree | 893ae1d98dd42ec04e877754ccc626c33d820500 | |
| parent | c37861d9603fc57008358700b8bdf669c901a1dc [diff] |
v4l2_codec2: Clean up common helpers. This CL performs minor cleanup in the common/Helpers.cpp file. Bug: 143333813 Test: mmm external/v4l2_codec2 Change-Id: I59a6d1c1cc1030d4f93c77da70354bb88a87e4ea
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.