Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h272 static OSCL_IMPORT_REF OMX_ERRORTYPE BaseComponentProxySendCommand(
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp144 iOmxComponent.SendCommand = OmxComponentAmrEncoderAO::BaseComponentProxySendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp149 iOmxComponent.SendCommand = OpenmaxMp3AO::BaseComponentProxySendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp157 iOmxComponent.SendCommand = OpenmaxAacAO::BaseComponentProxySendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp152 iOmxComponent.SendCommand = OpenmaxAmrAO::BaseComponentProxySendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp154 iOmxComponent.SendCommand = OpenmaxAvcAO::BaseComponentProxySendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp218 iOmxComponent.SendCommand = OmxComponentMpeg4EncAO::BaseComponentProxySendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp233 iOmxComponent.SendCommand = OpenmaxMpeg4AO::BaseComponentProxySendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp156 iOmxComponent.SendCommand = OmxComponentAvcEncAO::BaseComponentProxySendCommand; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp4628 OSCL_EXPORT_REF OMX_ERRORTYPE OmxComponentBase::BaseComponentProxySendCommand( in BaseComponentProxySendCommand() function in OmxComponentBase