diff options
author | Milen Mitkov <mmitkov@mm-sol.com> | 2011-11-10 16:14:49 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-11-10 16:14:49 +0000 |
commit | a7445813c6cf77761cdf193549f96e315b07596d (patch) | |
tree | e533c21088fa5113877864eae2883c6a34ec9ecc /domx | |
parent | db5e469989b0a12d9d2e07968dad82cd07c8616e (diff) | |
parent | dcddc8233ca55f42d00b7fd322564198eab49e1d (diff) | |
download | hardware_ti_omap4xxx-a7445813c6cf77761cdf193549f96e315b07596d.zip hardware_ti_omap4xxx-a7445813c6cf77761cdf193549f96e315b07596d.tar.gz hardware_ti_omap4xxx-a7445813c6cf77761cdf193549f96e315b07596d.tar.bz2 |
am dcddc823: am 43498642: am 402d1d64: DOMX: Add index AutofocusEnable
* commit 'dcddc8233ca55f42d00b7fd322564198eab49e1d':
DOMX: Add index AutofocusEnable
Diffstat (limited to 'domx')
-rwxr-xr-x | domx/omx_core/inc/OMX_TI_Index.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |