Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_proxy/src/
Domx_proxy_interface.h128 OMX_INOUT OMX_PTR pComponentConfigStructure);
133 OMX_IN OMX_PTR pComponentConfigStructure);
211 OMX_INOUT OMX_PTR pComponentConfigStructure);
216 OMX_IN OMX_PTR pComponentConfigStructure);
333 : hComponent(hComp), nIndex(nInd), pComponentConfigStructure(pCompConfig) in GetConfigMsg()
340 OMX_PTR pComponentConfigStructure; variable
347 : hComponent(hComp), nIndex(nInd), pComponentConfigStructure(pCompConfig) in SetConfigMsg()
354 OMX_PTR pComponentConfigStructure; variable
Domx_proxy_interface.cpp171 …Api = ComponentGetConfig(Command->hComponent, Command->nIndex, Command->pComponentConfigStructure); in ProcessMessage()
183 …Api = ComponentSetConfig(Command->hComponent, Command->nIndex, Command->pComponentConfigStructure); in ProcessMessage()
416 OMX_INOUT OMX_PTR pComponentConfigStructure) in ProxyGetConfig() argument
425 …figMsg* Msg = OSCL_PLACEMENT_NEW(ptr, GetConfigMsg(hComponent, nIndex, pComponentConfigStructure)); in ProxyGetConfig()
444 OMX_IN OMX_PTR pComponentConfigStructure) in ProxySetConfig() argument
452 …figMsg* Msg = OSCL_PLACEMENT_NEW(ptr, SetConfigMsg(hComponent, nIndex, pComponentConfigStructure)); in ProxySetConfig()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h145 OMX_INOUT OMX_PTR pComponentConfigStructure);
150 OMX_IN OMX_PTR pComponentConfigStructure);
235 OMX_INOUT OMX_PTR pComponentConfigStructure);
240 OMX_IN OMX_PTR pComponentConfigStructure);
311 OMX_INOUT OMX_PTR pComponentConfigStructure);
317 OMX_IN OMX_PTR pComponentConfigStructure);
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Core.h881 pComponentConfigStructure) \ argument
885 pComponentConfigStructure) /* Macro End */
917 pComponentConfigStructure) \ argument
921 pComponentConfigStructure) /* Macro End */
DOMX_Component.h394 OMX_INOUT OMX_PTR pComponentConfigStructure);
403 OMX_IN OMX_PTR pComponentConfigStructure);
/external/opencore/codecs_v2/omx/omx_mp3/include/
Domx_mp3_component.h71 OMX_INOUT OMX_PTR pComponentConfigStructure);
/external/opencore/codecs_v2/omx/omx_amr/include/
Domx_amr_component.h73 OMX_INOUT OMX_PTR pComponentConfigStructure);
/external/opencore/codecs_v2/omx/omx_aac/include/
Domx_aac_component.h70 OMX_INOUT OMX_PTR pComponentConfigStructure);
/external/opencore/codecs_v2/omx/omx_m4venc/include/
Domx_mpeg4enc_component.h68 OMX_IN OMX_PTR pComponentConfigStructure);
/external/opencore/codecs_v2/omx/omx_h264/include/
Domx_avc_component.h75 OMX_INOUT OMX_PTR pComponentConfigStructure);
/external/opencore/codecs_v2/omx/omx_m4v/include/
Domx_mpeg4_component.h77 OMX_INOUT OMX_PTR pComponentConfigStructure);
/external/opencore/codecs_v2/omx/omx_h264enc/include/
Domx_avcenc_component.h68 OMX_IN OMX_PTR pComponentConfigStructure);
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp919 OMX_IN OMX_PTR pComponentConfigStructure) in SetConfig() argument
933 if (NULL == pComponentConfigStructure) in SetConfig()
943 pVideoIFrame = (OMX_CONFIG_INTRAREFRESHVOPTYPE*) pComponentConfigStructure; in SetConfig()
971 pBitRateType = (OMX_VIDEO_CONFIG_BITRATETYPE*) pComponentConfigStructure; in SetConfig()
999 pFrameRateType = (OMX_CONFIG_FRAMERATETYPE*) pComponentConfigStructure; in SetConfig()
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp875 OMX_INOUT OMX_PTR pComponentConfigStructure) in BaseComponentGetConfig() argument
886 Status = pOpenmaxAOType->GetConfig(hComponent, nIndex, pComponentConfigStructure); in BaseComponentGetConfig()
895 OMX_INOUT OMX_PTR pComponentConfigStructure) in GetConfig() argument
905 if (NULL == pComponentConfigStructure) in GetConfig()
915 pVideoIFrame = (OMX_CONFIG_INTRAREFRESHVOPTYPE*) pComponentConfigStructure; in GetConfig()
929 pFrameRateType = (OMX_CONFIG_FRAMERATETYPE*) pComponentConfigStructure; in GetConfig()
943 pConfigBitRateType = (OMX_VIDEO_CONFIG_BITRATETYPE*) pComponentConfigStructure; in GetConfig()
971 OMX_IN OMX_PTR pComponentConfigStructure) in BaseComponentSetConfig() argument
981 Status = pOpenmaxAOType->SetConfig(hComponent, nIndex, pComponentConfigStructure); in BaseComponentSetConfig()
989 OMX_IN OMX_PTR pComponentConfigStructure) in SetConfig() argument
[all …]
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp865 OMX_IN OMX_PTR pComponentConfigStructure) in SetConfig() argument
879 if (NULL == pComponentConfigStructure) in SetConfig()
889 pAvcIFrame = (OMX_CONFIG_INTRAREFRESHVOPTYPE*) pComponentConfigStructure; in SetConfig()
917 pBitRateType = (OMX_VIDEO_CONFIG_BITRATETYPE*) pComponentConfigStructure; in SetConfig()
947 pFrameRateType = (OMX_CONFIG_FRAMERATETYPE*) pComponentConfigStructure; in SetConfig()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp912 OMX_INOUT OMX_PTR pComponentConfigStructure) in GetConfig() argument
916 OSCL_UNUSED_ARG(pComponentConfigStructure); in GetConfig()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp1005 OMX_INOUT OMX_PTR pComponentConfigStructure) in GetConfig() argument
1009 OSCL_UNUSED_ARG(pComponentConfigStructure); in GetConfig()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp1087 OMX_INOUT OMX_PTR pComponentConfigStructure) in GetConfig() argument
1091 OSCL_UNUSED_ARG(pComponentConfigStructure); in GetConfig()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp1293 OMX_INOUT OMX_PTR pComponentConfigStructure) in GetConfig() argument
1297 OSCL_UNUSED_ARG(pComponentConfigStructure); in GetConfig()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp1025 OMX_INOUT OMX_PTR pComponentConfigStructure) in GetConfig() argument
1029 OSCL_UNUSED_ARG(pComponentConfigStructure); in GetConfig()