V4L2Decoder: streamon the output queue at flush when it's streaming Originally we always streamon the output queue after flush is done. However the output queue might not be streaming before flush. In this case we don't need to streamon the output queue. Bug: 170199771 Test: android.media.cts.AdaptivePlaybackTest Change-Id: I94f76a5737b7f6536acc169876cf0f7e9060d5bb
accel/ Core V4L2 API and codec utilities, ported from Chromium project.
common/ Common helper classes for components.
components/ The C2Component implementations based on V4L2 API, and the implementation of C2ComponentStore for creating all the C2Components.
service/ The Codec2's V4L2 IComponentStore service. The service initiates the component store implemented at store/ folder, and registers it as the default service.