• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

common/23-Nov-2023-4,9263,403

components/23-Nov-2023-6,5324,702

plugin_store/23-Nov-2023-1,9881,423

service/23-Nov-2023-12493

tests/23-Nov-2023-4,6583,236

.clang-formatD23-Nov-20231.3 KiB3634

Android.bpD23-Nov-20231.7 KiB4542

METADATAD23-Nov-202339 43

MODULE_LICENSE_BSDD23-Nov-20230

NOTICED23-Nov-20231.5 KiB2827

OWNERSD23-Nov-2023261 87

PREUPLOAD.cfgD23-Nov-2023163 75

README.mdD23-Nov-2023512 1812

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 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