Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_m4venc/include/
Domx_mpeg4enc_component.h65 OMX_ERRORTYPE SetConfig(
/external/opencore/codecs_v2/omx/omx_h264enc/include/
Domx_avcenc_component.h65 OMX_ERRORTYPE SetConfig(
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp148 iOmxComponent.SetConfig = OmxComponentAmrEncoderAO::BaseComponentProxySetConfig; in ConstructComponent()
164 iOmxComponent.SetConfig = OmxComponentAmrEncoderAO::BaseComponentSetConfig; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp222 iOmxComponent.SetConfig = OmxComponentMpeg4EncAO::BaseComponentProxySetConfig; in ConstructComponent()
238 iOmxComponent.SetConfig = OmxComponentMpeg4EncAO::BaseComponentSetConfig; in ConstructComponent()
917 OMX_ERRORTYPE OmxComponentMpeg4EncAO::SetConfig( in SetConfig() function in OmxComponentMpeg4EncAO
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp153 iOmxComponent.SetConfig = OpenmaxMp3AO::BaseComponentProxySetConfig; in ConstructComponent()
169 iOmxComponent.SetConfig = OpenmaxMp3AO::BaseComponentSetConfig; in ConstructComponent()
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Component.h400 OMX_ERRORTYPE (*SetConfig)( member
DOMX_Core.h918 ((OMX_COMPONENTTYPE*)hComponent)->SetConfig( \
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp160 iOmxComponent.SetConfig = OmxComponentAvcEncAO::BaseComponentProxySetConfig; in ConstructComponent()
176 iOmxComponent.SetConfig = OmxComponentAvcEncAO::BaseComponentSetConfig; in ConstructComponent()
864 OMX_ERRORTYPE OmxComponentAvcEncAO::SetConfig( in SetConfig() function in OmxComponentAvcEncAO
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp161 iOmxComponent.SetConfig = OpenmaxAacAO::BaseComponentProxySetConfig; in ConstructComponent()
177 iOmxComponent.SetConfig = OpenmaxAacAO::BaseComponentSetConfig; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp156 iOmxComponent.SetConfig = OpenmaxAmrAO::BaseComponentProxySetConfig; in ConstructComponent()
172 iOmxComponent.SetConfig = OpenmaxAmrAO::BaseComponentSetConfig; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp158 iOmxComponent.SetConfig = OpenmaxAvcAO::BaseComponentProxySetConfig; in ConstructComponent()
174 iOmxComponent.SetConfig = OpenmaxAvcAO::BaseComponentSetConfig; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp237 iOmxComponent.SetConfig = OpenmaxMpeg4AO::BaseComponentProxySetConfig; in ConstructComponent()
253 iOmxComponent.SetConfig = OpenmaxMpeg4AO::BaseComponentSetConfig; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h315 virtual OSCL_IMPORT_REF OMX_ERRORTYPE SetConfig(
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp990 Status = pOpenmaxAOType->SetConfig(hComponent, nIndex, pComponentConfigStructure); in BaseComponentSetConfig()
995 OSCL_EXPORT_REF OMX_ERRORTYPE OmxComponentBase::SetConfig( in SetConfig() function in OmxComponentBase