Declare first tunnel frame ready event for video peek

This commit declares the OMX_EventOnFirstTunnelFrameReady event that
lets OMX components signal to the framework that the component is
ready for video peek.

Bug: 157501309
Test: Currently untested, full CTS coverage coming soon
CTS-Coverage-Bug: 157501309
Change-Id: Ie9a88b8fb5c73924bd2fb62573949082dad0374e
This commit is contained in:
Guillaume Chelfi 2021-02-23 15:23:20 +01:00
parent 3ccea2fd04
commit 16287e7d93

View file

@ -556,6 +556,12 @@ typedef enum OMX_EVENTTYPE
*/
OMX_EventConfigUpdate,
/**
* Event fired by a tunneled decoder when the first frame is decoded and
* ready to be rendered.
*/
OMX_EventOnFirstTunnelFrameReady,
OMX_EventMax = 0x7FFFFFFF
} OMX_EVENTTYPE;