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:
parent
3ccea2fd04
commit
16287e7d93
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue