Home
last modified time | relevance | path

Searched refs:pState (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h140 OMX_OUT OMX_STATETYPE* pState);
142 OMX_OUT OMX_STATETYPE* pState);
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_Core.h969 pState) \ argument
972 pState) /* Macro End */
DOMX_Component.h403 OMX_OUT OMX_STATETYPE* pState);
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Core.h960 pState) \ argument
963 pState) /* Macro End */
DOMX_Component.h403 OMX_OUT OMX_STATETYPE* pState);
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Core.h969 pState) \ argument
972 pState) /* Macro End */
DOMX_Component.h403 OMX_OUT OMX_STATETYPE* pState);
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Core.h969 pState) \ argument
972 pState) /* Macro End */
DOMX_Component.h403 OMX_OUT OMX_STATETYPE* pState);
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h177 OMX_OUT OMX_STATETYPE* pState);
180 OMX_OUT OMX_STATETYPE* pState);
/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp513 OMX_OUT OMX_STATETYPE* pState) in GetState() argument
517 return pComp->ISV_GetState(pState); in GetState()
521 OMX_OUT OMX_STATETYPE* pState) in ISV_GetState() argument
525 return OMX_GetState(mComponent, pState); in ISV_GetState()
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp893 OMX_OUT OMX_STATETYPE* pState) in GetState() argument
905 return cbase->CBaseGetState(hComponent, pState); in GetState()
910 OMX_OUT OMX_STATETYPE* pState) in CBaseGetState() argument
916 *pState = state; in CBaseGetState()