• Home
Name Date Size #Lines LOC

..--

common/03-May-2024-4,9263,403

components/03-May-2024-6,5324,702

plugin_store/03-May-2024-1,9881,423

service/03-May-2024-12493

tests/03-May-2024-4,6583,236

.clang-formatD03-May-20241.3 KiB3634

Android.bpD03-May-20241.7 KiB4542

METADATAD03-May-202439 43

MODULE_LICENSE_BSDD03-May-20240

NOTICED03-May-20241.5 KiB2827

OWNERSD03-May-2024261 87

PREUPLOAD.cfgD03-May-2024163 75

README.mdD03-May-2024512 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