commit | 897659adf0e5ca9797be288cd4f8187648ddb210 | [log] [tgz] |
---|---|---|
author | David Staessens <dstaessens@google.com> | Wed Feb 19 11:59:39 2020 +0900 |
committer | David Staessens <dstaessens@google.com> | Thu May 28 11:57:03 2020 +0900 |
tree | 7f6568a96f904371e9a1adc58687148edafdcfc7 | |
parent | 82e9cde102bd7f4ab688a93e33712809fed34c0e [diff] |
v4l2_codec2: Move C2VEAComponent::IntfImpl code to C2EncoderInterface. This CL moves the interface defined in C2VEAComponent::IntfImpl to a dedicated C2EncoderInterface, so it can be reused by the new C2V4L2EncoderComponent. Bug: 147457498 Test: m -j32 Change-Id: I67409c4c655a572da713d677d99bdc79d6847943
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.