Home
last modified time | relevance | path

Searched refs:pComponentConfigStructure (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXComponentCodecBase.cpp102 OMX_PTR pComponentConfigStructure) { in ComponentGetConfig() argument
111 return (*handler)(this, pComponentConfigStructure); in ComponentGetConfig()
116 OMX_PTR pComponentConfigStructure) { in ComponentSetConfig() argument
128 ret = (*handler)(this, pComponentConfigStructure); in ComponentSetConfig()
DOMXComponentCodecBase.h54 OMX_PTR pComponentConfigStructure);
58 OMX_PTR pComponentConfigStructure);
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h151 OMX_INOUT OMX_PTR pComponentConfigStructure);
155 OMX_INOUT OMX_PTR pComponentConfigStructure);
160 OMX_IN OMX_PTR pComponentConfigStructure);
164 OMX_IN OMX_PTR pComponentConfigStructure);
352 OMX_PTR pComponentConfigStructure) = 0;
355 OMX_PTR pComponentConfigStructure) = 0;
/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h117 OMX_INOUT OMX_PTR pComponentConfigStructure);
120 OMX_INOUT OMX_PTR pComponentConfigStructure);
125 OMX_IN OMX_PTR pComponentConfigStructure);
128 OMX_IN OMX_PTR pComponentConfigStructure);
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_Core.h873 pComponentConfigStructure) \ argument
877 pComponentConfigStructure) /* Macro End */
909 pComponentConfigStructure) \ argument
913 pComponentConfigStructure) /* Macro End */
DOMX_Component.h377 OMX_INOUT OMX_PTR pComponentConfigStructure);
386 OMX_IN OMX_PTR pComponentConfigStructure);
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Core.h864 pComponentConfigStructure) \ argument
868 pComponentConfigStructure) /* Macro End */
900 pComponentConfigStructure) \ argument
904 pComponentConfigStructure) /* Macro End */
DOMX_Component.h377 OMX_INOUT OMX_PTR pComponentConfigStructure);
386 OMX_IN OMX_PTR pComponentConfigStructure);
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Core.h873 pComponentConfigStructure) \ argument
877 pComponentConfigStructure) /* Macro End */
909 pComponentConfigStructure) \ argument
913 pComponentConfigStructure) /* Macro End */
DOMX_Component.h377 OMX_INOUT OMX_PTR pComponentConfigStructure);
386 OMX_IN OMX_PTR pComponentConfigStructure);
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Core.h873 pComponentConfigStructure) \ argument
877 pComponentConfigStructure) /* Macro End */
909 pComponentConfigStructure) \ argument
913 pComponentConfigStructure) /* Macro End */
DOMX_Component.h377 OMX_INOUT OMX_PTR pComponentConfigStructure);
386 OMX_IN OMX_PTR pComponentConfigStructure);
/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp410 OMX_INOUT OMX_PTR pComponentConfigStructure) in GetConfig() argument
414 return pComp->ISV_GetConfig(nIndex, pComponentConfigStructure); in GetConfig()
419 OMX_INOUT OMX_PTR pComponentConfigStructure) in ISV_GetConfig() argument
423 OMX_ERRORTYPE err = OMX_GetConfig(mComponent, nIndex, pComponentConfigStructure); in ISV_GetConfig()
426 … OMX_CONFIG_RECTTYPE *rect = static_cast<OMX_CONFIG_RECTTYPE*>(pComponentConfigStructure); in ISV_GetConfig()
441 OMX_IN OMX_PTR pComponentConfigStructure) in SetConfig() argument
445 return pComp->ISV_SetConfig(nIndex, pComponentConfigStructure); in SetConfig()
450 OMX_IN OMX_PTR pComponentConfigStructure) in ISV_SetConfig() argument
455 … OMX_CONFIG_BOOLEANTYPE *config = static_cast<OMX_CONFIG_BOOLEANTYPE*>(pComponentConfigStructure); in ISV_SetConfig()
466 return OMX_SetConfig(mComponent, nIndex, pComponentConfigStructure); in ISV_SetConfig()
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp693 OMX_INOUT OMX_PTR pComponentConfigStructure) in GetConfig() argument
706 pComponentConfigStructure); in GetConfig()
712 OMX_INOUT OMX_PTR pComponentConfigStructure) in CBaseGetConfig() argument
721 ret = ComponentGetConfig(nIndex, pComponentConfigStructure); in CBaseGetConfig()
730 OMX_IN OMX_PTR pComponentConfigStructure) in SetConfig() argument
743 pComponentConfigStructure); in SetConfig()
749 OMX_IN OMX_PTR pComponentConfigStructure) in CBaseSetConfig() argument
758 ret = ComponentSetConfig(nIndex, pComponentConfigStructure); in CBaseSetConfig()