Searched refs:BaseComponentAllocateBuffer (Results 1 – 10 of 10) sorted by relevance
168 iOmxComponent.AllocateBuffer = OmxComponentAmrEncoderAO::BaseComponentAllocateBuffer; in ConstructComponent()304 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
173 iOmxComponent.AllocateBuffer = OpenmaxMp3AO::BaseComponentAllocateBuffer; in ConstructComponent()317 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
181 iOmxComponent.AllocateBuffer = OpenmaxAacAO::BaseComponentAllocateBuffer; in ConstructComponent()320 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
176 iOmxComponent.AllocateBuffer = OpenmaxAmrAO::BaseComponentAllocateBuffer; in ConstructComponent()310 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
178 iOmxComponent.AllocateBuffer = OpenmaxAvcAO::BaseComponentAllocateBuffer; in ConstructComponent()343 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
242 iOmxComponent.AllocateBuffer = OmxComponentMpeg4EncAO::BaseComponentAllocateBuffer; in ConstructComponent()531 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
257 iOmxComponent.AllocateBuffer = OpenmaxMpeg4AO::BaseComponentAllocateBuffer; in ConstructComponent()439 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
180 iOmxComponent.AllocateBuffer = OmxComponentAvcEncAO::BaseComponentAllocateBuffer; in ConstructComponent()470 … ((ProxyApplication_OMX*)ipComponentProxy)->ComponentAllocateBuffer = BaseComponentAllocateBuffer; in ConstructComponent()
180 static OSCL_IMPORT_REF OMX_ERRORTYPE BaseComponentAllocateBuffer(
1202 OSCL_EXPORT_REF OMX_ERRORTYPE OmxComponentBase::BaseComponentAllocateBuffer( in BaseComponentAllocateBuffer() function in OmxComponentBase