HomeSort by relevance Sort by last modified time
    Searched refs:inputBufferSize (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 62 OMX_U32 inputBufferSize,
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 502 OMX_S16 inputBufferSize = 0;
507 inputBufferSize = atoi(argv[9]);
531 printf("%d :: App: size of input buffers = %d \n",__LINE__,inputBufferSize);
795 pCompPrivateStruct->nBufferSize = inputBufferSize;
856 error = OMX_AllocateBuffer(pHandle,&pInputBufferHeader[i],0,NULL,inputBufferSize);
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
Exynos_OMX_Mp3dec.c 690 unsigned int inputBufferSize = 0;
756 returnCodec = SRP_Get_Ibuf_Info(&pInputBuffer, &inputBufferSize, &inputBufferNum);
764 pExynosPort->processData.allocSize = inputBufferSize;
765 pExynosPort->processData.buffer.singlePlaneBuffer.dataBuffer = Exynos_OSAL_Malloc(inputBufferSize);
796 pExynosPort->portDefinition.nBufferSize = inputBufferSize;
    [all...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 72 OMX_U32 inputBufferSize,
82 def.nBufferSize = inputBufferSize;
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 189 void allocate_rbsp_buffer(uint32 inputBufferSize);
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 194 void allocate_rbsp_buffer(uint32 inputBufferSize);
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 164 void H264_Utils::allocate_rbsp_buffer(uint32 inputBufferSize)
166 m_rbspBytes = (byte *) calloc(1,inputBufferSize);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 155 void H264_Utils::allocate_rbsp_buffer(uint32 inputBufferSize)
157 m_rbspBytes = (byte *) calloc(1,inputBufferSize);
    [all...]

Completed in 1035 milliseconds