commit | 0e16f4371111e53b70767a57586b939ae911230a | [log] [tgz] |
---|---|---|
author | David Staessens <[email protected]> | Thu May 14 15:04:46 2020 +0900 |
committer | David Staessens <[email protected]> | Tue Jun 23 13:51:34 2020 +0900 |
tree | f5572f9c490bb167b6bb9365334fecb5ef8ccfb5 | |
parent | bbc3d7ed6089669a5adc41718c19571e5b627596 [diff] |
v4l2_codec2: Add support for encoding to V4L2 device. This CL adds support for encoding to the V4L2 device class by exposing the path to the encode device node. Bug: 143333813 Test: mmm external/v4l2_codec2 Change-Id: I66bb206fed21205ed6957a3a289baad64cbbf06a
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.