commit | 0125543d478d35fd2023a6cd877fa03d0e9c3c98 | [log] [tgz] |
---|---|---|
author | David Staessens <dstaessens@google.com> | Wed Feb 19 11:34:41 2020 +0900 |
committer | David Staessens <dstaessens@google.com> | Wed May 06 11:05:15 2020 +0900 |
tree | d78b02156a16764bbc418981fd02b02f40fa431c | |
parent | 4650dcc7d97eee12b4a10107605911f042be622c [diff] |
v4l2_codec2: Minor cleanup in C2VEAComponent. This CL performs some minor cleanup in the C2VEAComponent: - Make sure the code is formatted according to the .clang-format file. - Prefix C2Config enum values with C2Config. While I couldn't find any clear recommendations related to this, it's clearer now where the values come from. Without this prefix my editor even fails to resolve these values. - Remove use of 'DISALLOW_COPY_AND_ASSIGN' macro. Bug: 147457498 Test: m -j32 Change-Id: If5b185e8d10be7a7880d1ceaf4b7fe468502b31d
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.