• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 components.
10
11* components/
12The C2Component implementations based on V4L2 API, and the implementation of
13C2ComponentStore for creating all the C2Components.
14
15* service/
16The Codec2's V4L2 IComponentStore service. The service initiates the component
17store implemented at store/ folder, and registers it as the default service.
18