HomeSort by relevance Sort by last modified time
    Searched refs:AllocateBuffer (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/base/media/libstagefright/omx/
OMXComponentBase.cpp 127 return getBase(hComponent)->allocateBuffer(
187 result->AllocateBuffer = AllocateBufferWrapper;
  /external/opencore/codecs_v2/omx/omx_amrenc/src/
omx_amrenc_component.cpp 152 iOmxComponent.AllocateBuffer = OmxComponentAmrEncoderAO::BaseComponentProxyAllocateBuffer;
168 iOmxComponent.AllocateBuffer = OmxComponentAmrEncoderAO::BaseComponentAllocateBuffer;
  /external/opencore/codecs_v2/omx/omx_mp3/src/
omx_mp3_component.cpp 157 iOmxComponent.AllocateBuffer = OpenmaxMp3AO::BaseComponentProxyAllocateBuffer;
173 iOmxComponent.AllocateBuffer = OpenmaxMp3AO::BaseComponentAllocateBuffer;
    [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Component.h 504 specification for details on the AllocateBuffer method.
507 OMX_ERRORTYPE (*AllocateBuffer)(
OMX_Core.h 574 or AllocateBuffer indicating the buffer that was emptied.
603 or AllocateBuffer indicating the buffer that was filled.
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)(
OMX_Core.h 557 or AllocateBuffer indicating the buffer that was emptied.
586 or AllocateBuffer indicating the buffer that was filled.
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 146 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
229 pHandle->AllocateBuffer = AllocateBuffer;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 128 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
205 pHandle->AllocateBuffer = AllocateBuffer;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 150 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
226 pHandle->AllocateBuffer = AllocateBuffer;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 148 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
222 pHandle->AllocateBuffer = AllocateBuffer;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 152 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
229 pHandle->AllocateBuffer = AllocateBuffer;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 138 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
210 pHandle->AllocateBuffer = AllocateBuffer;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 145 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
238 pHandle->AllocateBuffer = AllocateBuffer;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 146 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
219 pHandle->AllocateBuffer = AllocateBuffer;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 146 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
220 pHandle->AllocateBuffer = AllocateBuffer;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 141 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
209 pHandle->AllocateBuffer = AllocateBuffer;
    [all...]
  /external/opencore/codecs_v2/omx/omx_aac/src/
omx_aac_component.cpp 165 iOmxComponent.AllocateBuffer = OpenmaxAacAO::BaseComponentProxyAllocateBuffer;
181 iOmxComponent.AllocateBuffer = OpenmaxAacAO::BaseComponentAllocateBuffer;
    [all...]
  /external/opencore/codecs_v2/omx/omx_amr/src/
omx_amr_component.cpp 160 iOmxComponent.AllocateBuffer = OpenmaxAmrAO::BaseComponentProxyAllocateBuffer;
176 iOmxComponent.AllocateBuffer = OpenmaxAmrAO::BaseComponentAllocateBuffer;
    [all...]
  /external/opencore/codecs_v2/omx/omx_h264/src/
omx_avc_component.cpp 162 iOmxComponent.AllocateBuffer = OpenmaxAvcAO::BaseComponentProxyAllocateBuffer;
178 iOmxComponent.AllocateBuffer = OpenmaxAvcAO::BaseComponentAllocateBuffer;
    [all...]
  /external/opencore/codecs_v2/omx/omx_h264enc/src/
omx_avcenc_component.cpp 164 iOmxComponent.AllocateBuffer = OmxComponentAvcEncAO::BaseComponentProxyAllocateBuffer;
180 iOmxComponent.AllocateBuffer = OmxComponentAvcEncAO::BaseComponentAllocateBuffer;
    [all...]
  /external/opencore/codecs_v2/omx/omx_m4v/src/
omx_mpeg4_component.cpp 241 iOmxComponent.AllocateBuffer = OpenmaxMpeg4AO::BaseComponentProxyAllocateBuffer;
257 iOmxComponent.AllocateBuffer = OpenmaxMpeg4AO::BaseComponentAllocateBuffer;
    [all...]
  /external/opencore/codecs_v2/omx/omx_m4venc/src/
omx_mpeg4enc_component.cpp 226 iOmxComponent.AllocateBuffer = OmxComponentMpeg4EncAO::BaseComponentProxyAllocateBuffer;
242 iOmxComponent.AllocateBuffer = OmxComponentMpeg4EncAO::BaseComponentAllocateBuffer;
    [all...]
  /external/opencore/codecs_v2/omx/omx_baseclass/include/
pv_omxcomponent.h 335 OMX_ERRORTYPE AllocateBuffer(
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 158 static OMX_ERRORTYPE AllocateBuffer (OMX_IN OMX_HANDLETYPE hComponent,
227 pHandle->AllocateBuffer = AllocateBuffer;
    [all...]

Completed in 287 milliseconds

1 2