Home
last modified time | relevance | path

Searched refs:pIndexType (Results 1 – 6 of 6) sorted by relevance

/external/opencore/codecs_v2/omx/omx_proxy/src/
Domx_proxy_interface.h138 OMX_OUT OMX_INDEXTYPE* pIndexType) ;
221 OMX_OUT OMX_INDEXTYPE* pIndexType) ;
361 : hComponent(hComp), cParameterName(cParam), pIndexType(pInd) in GetExtMsg()
368 OMX_INDEXTYPE* pIndexType; variable
Domx_proxy_interface.cpp195 …pi = ComponentGetExtensionIndex(Command->hComponent, Command->cParameterName, Command->pIndexType); in ProcessMessage()
471 OMX_OUT OMX_INDEXTYPE* pIndexType) in ProxyGetExtensionIndex() argument
480 GetExtMsg* Msg = OSCL_PLACEMENT_NEW(ptr, GetExtMsg(hComponent, cParameterName, pIndexType)); in ProxyGetExtensionIndex()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h156 OMX_OUT OMX_INDEXTYPE* pIndexType);
246 OMX_OUT OMX_INDEXTYPE* pIndexType);
323 OMX_OUT OMX_INDEXTYPE* pIndexType);
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Core.h951 pIndexType) \ argument
955 pIndexType) /* Macro End */
DOMX_Component.h412 OMX_OUT OMX_INDEXTYPE* pIndexType);
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp1011 OMX_OUT OMX_INDEXTYPE* pIndexType) in BaseComponentGetExtensionIndex() argument
1015 OSCL_UNUSED_ARG(pIndexType); in BaseComponentGetExtensionIndex()
4488 OMX_OUT OMX_INDEXTYPE* pIndexType) in BaseComponentProxyGetExtensionIndex() argument
4498 …pOpenmaxAOType->ipComponentProxy))->ProxyGetExtensionIndex(hComponent, cParameterName, pIndexType); in BaseComponentProxyGetExtensionIndex()