Skip to content

Commit

Permalink
Declare first tunnel frame ready event for video peek
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gchelfi committed Mar 22, 2021
1 parent 3ccea2f commit 16287e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions headers/media_plugin/media/openmax/OMX_Core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 16287e7

Please sign in to comment.