Searched refs:inputBufferSize (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c502 OMX_S16 inputBufferSize = 0; local
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);
879 pInputBuffer[i] = (OMX_U8*)malloc(inputBufferSize + EXTRA_BUFFBYTES);
885 error = OMX_UseBuffer(pHandle,&pInputBufferHeader[i],0,NULL,inputBufferSize,pInputBuffer[i]);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
H A DExynos_OMX_Mp3dec.c690 unsigned int inputBufferSize = 0; local
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;
/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A Dh264_utils.h189 void allocate_rbsp_buffer(uint32 inputBufferSize);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c1925 OMX_U32 inputBufferSize = 0, frameLength = 0; local
1939 inputBufferSize = (pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nBufferSize);
1942 checkBeforeFilling = inputBufferSize;
1945 checkBeforeFilling = inputBufferSize * (pComponentPrivate->pInputBufferList->numBuffers - 1);
1993 for (i=0; i < inputBufferSize; i++) {
2000 inputBufferSize,
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c1881 OMX_U32 inputBufferSize =0, frameLength =0; local
1954 inputBufferSize = G729ENC_INPUT_FRAME_SIZE;
1956 checkBeforeFilling = inputBufferSize;
1960 checkBeforeFilling = inputBufferSize * (pComponentPrivate->pInputBufferList->numBuffers - 1);
2024 for (i=0; i < inputBufferSize; i++)
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Dh264_utils.cpp164 void H264_Utils::allocate_rbsp_buffer(uint32 inputBufferSize) argument
166 m_rbspBytes = (byte *) calloc(1,inputBufferSize);

Completed in 129 milliseconds