Skip to content

Commit

Permalink
Add tunnel peek OMX config flag
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gchelfi committed Mar 22, 2021
1 parent b05e902 commit 3ccea2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions headers/media_plugin/media/openmax/OMX_IndexExt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3ccea2f

Please sign in to comment.