commit | c423c03532574ee1fa4db2c2a5b3922d4b78a86f | [log] [tgz] |
---|---|---|
author | Chih-Yu Huang <akahuang@google.com> | Thu Oct 01 12:50:51 2020 +0900 |
committer | Chih-Yu Huang <akahuang@google.com> | Tue Jan 12 15:56:43 2021 +0900 |
tree | 8767ae6943a5ad756191b51265f86c172eae57f7 | |
parent | d05bb5519e1b737d604729d514a7c8ffa2af0152 [diff] |
C2VdaBqBlockPool: Check the returned block of CreateGraphicBlock() _C2BlockFactory::CreateGraphicBlock() return nullptr when there is no memory. This CL checks if the returned block is valid. Bug: 160110407 Test: pass android.media.cts.AdaptivePlaybackTest#testVP8_adaptiveDrcEarlyEos Change-Id: Id9ac05a98a5b4817815c050ac605c37f6fb37ee5
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.