Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16287e7d authored by Guillaume Chelfi's avatar Guillaume Chelfi
Browse files

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
parent 3ccea2fd
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -556,6 +556,12 @@ typedef enum OMX_EVENTTYPE
     */
     */
    OMX_EventConfigUpdate,
    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_EventMax = 0x7FFFFFFF
} OMX_EVENTTYPE;
} OMX_EVENTTYPE;