| commit | c37861d9603fc57008358700b8bdf669c901a1dc | [log] [tgz] |
|---|---|---|
| author | David Staessens <dstaessens@google.com> | Wed Feb 19 12:12:42 2020 +0900 |
| committer | David Staessens <dstaessens@google.com> | Fri Jun 12 17:03:38 2020 +0900 |
| tree | b68510d22810030e96ad35f007249fd291179b10 | |
| parent | 79f1e2326917b67585b0234fe75364668d03a8bc [diff] |
v4l2_codec2: Move encode component helper functions to common/Helpers.h. This CL moves some of the helper functions in the C2VEAComponent to a new Helpers.h file. This is necessary to allow the upcoming V4L2 encoder component to use these helper functions. Bug: 143333813 Test: mmm external/v4l2_codec2 Change-Id: Ia3d5f9bff4362ce49744589b7644a403f070674d
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.