From 402d1d64ae8c806fa058e88e1c0ad8a4b6f80dd0 Mon Sep 17 00:00:00 2001 From: Milen Mitkov Date: Mon, 24 Oct 2011 13:43:51 +0300 Subject: DOMX: Add index AutofocusEnable Part of the fix for b/5591797. Used to signify when AF scanning should begin Change-Id: Ie130f308e36fc9aa76d15391c573d52da93b483a Signed-off-by: Milen Mitkov Signed-off-by: Iliyan Malchev --- domx/omx_core/inc/OMX_TI_Index.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'domx/omx_core/inc') diff --git a/domx/omx_core/inc/OMX_TI_Index.h b/domx/omx_core/inc/OMX_TI_Index.h index a69f0e3..61b1e27 100755 --- a/domx/omx_core/inc/OMX_TI_Index.h +++ b/domx/omx_core/inc/OMX_TI_Index.h @@ -225,7 +225,8 @@ typedef enum OMX_TI_INDEXTYPE { OMX_TI_IndexParamMetaDataBufferInfo, /***< reference: OMX_TI_PARAM_METADATABUFFERINFO */ OMX_TI_IndexConfigZslFrameSelectMethod, /**< reference: OMX_TI_CONFIG_ZSLFRAMESELECTMETHODTYPE */ OMX_TI_IndexAndroidNativeBufferUsage, /**< reference: OMX_TI_IndexAndroidNativeBufferUsage */ - OMX_TI_IndexConfigAlgoAreas /**< reference: OMX_PARAM_SHAREDBUFFER (pSharedBuff is OMX_ALGOAREASTYPE) */ + OMX_TI_IndexConfigAlgoAreas, /**< reference: OMX_PARAM_SHAREDBUFFER (pSharedBuff is OMX_ALGOAREASTYPE) */ + OMX_TI_IndexConfigAutofocusEnable /**< reference: OMX_CONFIG_BOOLEANTYPE */ } OMX_TI_INDEXTYPE; -- cgit v1.2.3