commit | 428f40f0ab504327ccbf886ba4fb2516988f2518 | [log] [tgz] |
---|---|---|
author | Chih-Yu Huang <akahuang@google.com> | Fri Feb 19 11:47:26 2021 +0900 |
committer | Chih-Yu Huang <akahuang@google.com> | Mon Mar 01 15:32:10 2021 +0900 |
tree | ac54a1cad5f05f205ae487b2b9f9a61544d55121 | |
parent | 49411a948d95e8ad425b177ceee7c980e27a5b96 [diff] |
plugin_store: Split H2BGraphicBufferProducer to a dedicated file Although H2BGraphicBufferProducer is only used by C2VdaBqBlockPool, the logic of H2BGraphicBufferProducer is not highly coupled. This CL splits the class to a dedicated file. Bug: 160110407 Test: mmm external/v4l2_codec2 Change-Id: Icec2d189fe9df832d71aeb7b0f25ec22df8cc2d0
accel/ Core V4L2 API and codec utilities, ported from Chromium project.
common/ Common helper classes for both components/ and store/.
components/ The C2Component implementations based on V4L2 API.
store/ The implementation of C2ComponentStore. It is used for creating all the C2Components implemented at components/ folder.
service/ The Codec2's V4L2 IComponentStore service. The service initiates the component store implemented at store/ folder, and registers it as the default service.