Home
last modified time | relevance | path

Searched refs:BaseComponentGetState (Results 1 – 10 of 10) sorted by relevance

/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp166 iOmxComponent.GetState = OmxComponentAmrEncoderAO::BaseComponentGetState; in ConstructComponent()
299 ((ProxyApplication_OMX*)ipComponentProxy)->ComponentGetState = BaseComponentGetState; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp171 iOmxComponent.GetState = OpenmaxMp3AO::BaseComponentGetState; in ConstructComponent()
313 ((ProxyApplication_OMX*)ipComponentProxy)->ComponentGetState = BaseComponentGetState; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp179 iOmxComponent.GetState = OpenmaxAacAO::BaseComponentGetState; in ConstructComponent()
316 ((ProxyApplication_OMX*)ipComponentProxy)->ComponentGetState = BaseComponentGetState; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp176 iOmxComponent.GetState = OpenmaxAvcAO::BaseComponentGetState; in ConstructComponent()
337 ((ProxyApplication_OMX*)ipComponentProxy)->ComponentGetState = BaseComponentGetState; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp174 iOmxComponent.GetState = OpenmaxAmrAO::BaseComponentGetState; in ConstructComponent()
306 ((ProxyApplication_OMX*)ipComponentProxy)->ComponentGetState = BaseComponentGetState; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp240 iOmxComponent.GetState = OmxComponentMpeg4EncAO::BaseComponentGetState; in ConstructComponent()
528 ((ProxyApplication_OMX*)ipComponentProxy)->ComponentGetState = BaseComponentGetState; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp255 iOmxComponent.GetState = OpenmaxMpeg4AO::BaseComponentGetState; in ConstructComponent()
424 ((ProxyApplication_OMX*)ipComponentProxy)->ComponentGetState = BaseComponentGetState; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp178 iOmxComponent.GetState = OmxComponentAvcEncAO::BaseComponentGetState; in ConstructComponent()
466 ((ProxyApplication_OMX*)ipComponentProxy)->ComponentGetState = BaseComponentGetState; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h157 static OSCL_IMPORT_REF OMX_ERRORTYPE BaseComponentGetState(
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp1012 OSCL_EXPORT_REF OMX_ERRORTYPE OmxComponentBase::BaseComponentGetState( in BaseComponentGetState() function in OmxComponentBase