commit | e4a209a73b880949d452ac5f0e9f87fe524afcd6 | [log] [tgz] |
---|---|---|
author | David Staessens <dstaessens@google.com> | Tue Dec 01 16:04:15 2020 +0900 |
committer | Chih-Yu Huang <akahuang@google.com> | Tue Jan 12 18:40:40 2021 +0900 |
tree | 02ae03ce9e63721000b18c01fec67a6c08a12bf2 | |
parent | ef9e3f620f544a101ff2b07d042a21f5b7fc5eec [diff] |
v4l2_codec2: Clear input format convertor on stopping the encoder. When stopping the encoder the input format convertor is currently not cleared, which triggers an assert when the encoder is restarted. Bug: 173084485 Test: android.media.cts.MediaCodecTest#testReconfigureWithoutSurface Change-Id: I0a9a3ef9a945597b4cd6e9ba7b505af20e51cf61
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.