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.h146 OMX_INOUT OMX_PTR pComponentConfigStructure);
151 OMX_IN OMX_PTR pComponentConfigStructure);
236 OMX_INOUT OMX_PTR pComponentConfigStructure);
241 OMX_IN OMX_PTR pComponentConfigStructure);
312 OMX_INOUT OMX_PTR pComponentConfigStructure);
318 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_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_amr/include/
Domx_amr_component.h76 OMX_INOUT OMX_PTR pComponentConfigStructure);
/external/opencore/codecs_v2/omx/omx_h264/include/
Domx_avc_component.h76 OMX_INOUT OMX_PTR pComponentConfigStructure);
/external/opencore/codecs_v2/omx/omx_m4v/include/
Domx_mpeg4_component.h78 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.cpp920 OMX_IN OMX_PTR pComponentConfigStructure) in SetConfig() argument
934 if (NULL == pComponentConfigStructure) in SetConfig()
944 pVideoIFrame = (OMX_CONFIG_INTRAREFRESHVOPTYPE*) pComponentConfigStructure; in SetConfig()
972 pBitRateType = (OMX_VIDEO_CONFIG_BITRATETYPE*) pComponentConfigStructure; in SetConfig()
1000 pFrameRateType = (OMX_CONFIG_FRAMERATETYPE*) pComponentConfigStructure; in SetConfig()
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp884 OMX_INOUT OMX_PTR pComponentConfigStructure) in BaseComponentGetConfig() argument
895 Status = pOpenmaxAOType->GetConfig(hComponent, nIndex, pComponentConfigStructure); in BaseComponentGetConfig()
904 OMX_INOUT OMX_PTR pComponentConfigStructure) in GetConfig() argument
914 if (NULL == pComponentConfigStructure) in GetConfig()
924 pVideoIFrame = (OMX_CONFIG_INTRAREFRESHVOPTYPE*) pComponentConfigStructure; in GetConfig()
938 pFrameRateType = (OMX_CONFIG_FRAMERATETYPE*) pComponentConfigStructure; in GetConfig()
952 pConfigBitRateType = (OMX_VIDEO_CONFIG_BITRATETYPE*) pComponentConfigStructure; in GetConfig()
980 OMX_IN OMX_PTR pComponentConfigStructure) in BaseComponentSetConfig() argument
990 Status = pOpenmaxAOType->SetConfig(hComponent, nIndex, pComponentConfigStructure); in BaseComponentSetConfig()
998 OMX_IN OMX_PTR pComponentConfigStructure) in SetConfig() argument
[all …]
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp867 OMX_IN OMX_PTR pComponentConfigStructure) in SetConfig() argument
881 if (NULL == pComponentConfigStructure) in SetConfig()
891 pAvcIFrame = (OMX_CONFIG_INTRAREFRESHVOPTYPE*) pComponentConfigStructure; in SetConfig()
919 pBitRateType = (OMX_VIDEO_CONFIG_BITRATETYPE*) pComponentConfigStructure; in SetConfig()
949 pFrameRateType = (OMX_CONFIG_FRAMERATETYPE*) pComponentConfigStructure; in SetConfig()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp920 OMX_INOUT OMX_PTR pComponentConfigStructure) in GetConfig() argument
924 OSCL_UNUSED_ARG(pComponentConfigStructure); in GetConfig()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp1007 OMX_INOUT OMX_PTR pComponentConfigStructure) in GetConfig() argument
1011 OSCL_UNUSED_ARG(pComponentConfigStructure); in GetConfig()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp1113 OMX_INOUT OMX_PTR pComponentConfigStructure) in GetConfig() argument
1117 OSCL_UNUSED_ARG(pComponentConfigStructure); in GetConfig()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp1119 OMX_INOUT OMX_PTR pComponentConfigStructure) in GetConfig() argument
1123 OSCL_UNUSED_ARG(pComponentConfigStructure); in GetConfig()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp1066 OMX_INOUT OMX_PTR pComponentConfigStructure) in GetConfig() argument
1070 OSCL_UNUSED_ARG(pComponentConfigStructure); in GetConfig()