commit | f326bf7307b5afb07c29272cdc71761d86156ed6 | [log] [tgz] |
---|---|---|
author | Chih-Yu Huang <akahuang@google.com> | Fri Aug 07 18:26:02 2020 +0900 |
committer | Chih-Yu Huang <akahuang@google.com> | Tue Aug 18 11:57:55 2020 +0900 |
tree | af61c9546ccf41882734c8df7903f232723b90f2 | |
parent | 420c3e3b8c0ceec29ae4cdd6668b11542aa78c4f [diff] |
C2VdaBqBlockPool: handle max dequeued buffer count IGBP::dequeueBuffer returns INVALID_OPERATION if dequeuing another buffer would exceed the max dequeued buffer count. As far as we're concerned, this case is no different than TIMED_OUT, so treat them the same. Bug: 157901848 Bug: 146409777 Test: pass tast.arc.VideoDecodeAccel.h264_vm Change-Id: I1442c0b2ee50ed33a01b4fef620814e969ebbbce
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.