Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp168 iOmxComponent.AllocateBuffer = OmxComponentAmrEncoderAO::BaseComponentAllocateBuffer; in ConstructComponent()
304 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp173 iOmxComponent.AllocateBuffer = OpenmaxMp3AO::BaseComponentAllocateBuffer; in ConstructComponent()
317 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp181 iOmxComponent.AllocateBuffer = OpenmaxAacAO::BaseComponentAllocateBuffer; in ConstructComponent()
320 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp176 iOmxComponent.AllocateBuffer = OpenmaxAmrAO::BaseComponentAllocateBuffer; in ConstructComponent()
310 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp178 iOmxComponent.AllocateBuffer = OpenmaxAvcAO::BaseComponentAllocateBuffer; in ConstructComponent()
343 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp242 iOmxComponent.AllocateBuffer = OmxComponentMpeg4EncAO::BaseComponentAllocateBuffer; in ConstructComponent()
531 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp257 iOmxComponent.AllocateBuffer = OpenmaxMpeg4AO::BaseComponentAllocateBuffer; in ConstructComponent()
439 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp180 iOmxComponent.AllocateBuffer = OmxComponentAvcEncAO::BaseComponentAllocateBuffer; in ConstructComponent()
470 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h180 static OSCL_IMPORT_REF OMX_ERRORTYPE BaseComponentAllocateBuffer(
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp1202 OSCL_EXPORT_REF OMX_ERRORTYPE OmxComponentBase::BaseComponentAllocateBuffer( in BaseComponentAllocateBuffer() function in OmxComponentBase