README.md
1# V4L2-based Codec2 Component Implementation
2
3## Description of Sub-folders
4
5* accel/
6Core V4L2 API and codec utilities, ported from Chromium project.
7
8* common/
9Common helper classes for both components/ and store/.
10
11* components/
12The C2Component implementations based on V4L2 API.
13
14* store/
15The implementation of C2ComponentStore. It is used for creating all the
16C2Components implemented at components/ folder.
17
18* service/
19The Codec2's V4L2 IComponentStore service. The service initiates the component
20store implemented at store/ folder, and registers it as the default service.
21