commit | a04af18bc7a2a09b013c2b6614eb7ae6449effe2 | [log] [tgz] |
---|---|---|
author | Dmitry Shmidt <[email protected]> | Mon Sep 21 10:27:04 2020 -0700 |
committer | Dmitry Shmidt <[email protected]> | Tue Oct 06 08:28:56 2020 -0700 |
tree | f893be82a4fea13c7a3e9eb9bb69ee671ac7d63a | |
parent | f6319fb5e440feba8c3a6dfb4ad151bec221ffc7 [diff] |
service: Allow service to be either arm32 or arm64 Bug: 169365528 Test: Manual Signed-off-by: Dmitry Shmidt <[email protected]> Change-Id: I889d1b183d39ef9d82c6b8baccce21f981ea6657
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.