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

Commit 3ccea2fd authored by Guillaume Chelfi's avatar Guillaume Chelfi
Browse files

Add tunnel peek OMX config flag

This commit introduces the OMX_IndexConfigAndroidTunnelPeek flag,
which controls tunnel peek configuration in OMX codec implementations.

Bug: 157501309
Test: Adds new unimplemented, unused configuration
CTS-Coverage-Bug: 157501309
Change-Id: I47bef82f1b23b24a0777b1dd6bcbdb08739c4ac2
parent b05e9028
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@ typedef enum OMX_INDEXEXTTYPE {
    OMX_IndexParamConsumerUsageBits,                /**< reference: OMX_PARAM_U32TYPE */
    OMX_IndexConfigLatency,                         /**< reference: OMX_PARAM_U32TYPE */
    OMX_IndexConfigLowLatency,                      /**< reference: OMX_CONFIG_BOOLEANTYPE */
    OMX_IndexConfigAndroidTunnelPeek,               /**< reference: OMX_CONFIG_BOOLEANTYPE */
    OMX_IndexExtOtherEndUnused,

    /* Time configurations */