summaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
authorGuillaume Chelfi <chelfi@google.com>2021-02-18 13:53:59 +0100
committerGuillaume Chelfi <chelfi@google.com>2021-03-22 18:45:39 +0100
commit3ccea2fd04877fd6b216084fc2e08730fce5deda (patch)
tree56ea1ca647b9933348fd8675ceff6badc5ffef6f /headers
parentb05e90288e6e0179bd06c33bd9cadc349eb2879b (diff)
downloadnative-3ccea2fd04877fd6b216084fc2e08730fce5deda.tar.gz
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
Diffstat (limited to 'headers')
-rw-r--r--headers/media_plugin/media/openmax/OMX_IndexExt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/headers/media_plugin/media/openmax/OMX_IndexExt.h b/headers/media_plugin/media/openmax/OMX_IndexExt.h
index a427db70ec..07bd749f6c 100644
--- a/headers/media_plugin/media/openmax/OMX_IndexExt.h
+++ b/headers/media_plugin/media/openmax/OMX_IndexExt.h
@@ -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 */