• Home
Name Date Size #Lines LOC

..--

accel/03-May-2024-20,16413,538

common/03-May-2024-935654

components/03-May-2024-5,5793,996

plugin_store/03-May-2024-1,7691,213

service/03-May-2024-9869

store/03-May-2024-328247

tests/03-May-2024-4,3372,967

.clang-formatD03-May-20241.3 KiB3634

MODULE_LICENSE_BSDD03-May-20240

NOTICED03-May-20241.5 KiB2827

OWNERSD03-May-2024261 87

PREUPLOAD.cfgD03-May-2024163 75

README.mdD03-May-2024581 2114

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