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

  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 119 * @def OUTPUT_WBAMRDEC_BUFFER_SIZE Default output buffer size
123 #define OUTPUT_WBAMRDEC_BUFFER_SIZE 640
898 pCompPrivateStruct->nBufferSize = OUTPUT_WBAMRDEC_BUFFER_SIZE;
950 error = OMX_AllocateBuffer(pHandle,&pOutputBufferHeader[i],1,NULL,OUTPUT_WBAMRDEC_BUFFER_SIZE*1);
952 error = OMX_AllocateBuffer(pHandle,&pOutputBufferHeader[i],1,NULL,OUTPUT_WBAMRDEC_BUFFER_SIZE*2);
981 pOutputBuffer[i]= newmalloc (OUTPUT_WBAMRDEC_BUFFER_SIZE*1 + 256);
984 error = OMX_UseBuffer(pHandle,&pOutputBufferHeader[i],1,NULL,OUTPUT_WBAMRDEC_BUFFER_SIZE*1,pOutputBuffer[i]);
992 pOutputBuffer[i]= newmalloc (OUTPUT_WBAMRDEC_BUFFER_SIZE*2 + 256);
995 error = OMX_UseBuffer(pHandle,&pOutputBufferHeader[i],1,NULL,OUTPUT_WBAMRDEC_BUFFER_SIZE*2,pOutputBuffer[i]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h 114 * @def OUTPUT_WBAMRDEC_BUFFER_SIZE Default output buffer size
118 #define OUTPUT_WBAMRDEC_BUFFER_SIZE 640
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 148 nOpBufSize = OUTPUT_WBAMRDEC_BUFFER_SIZE;
189 strmAttr->uBufsize = OUTPUT_WBAMRDEC_BUFFER_SIZE; /*640*/
    [all...]
OMX_WbAmrDecoder.c 446 pPortDef_op->nBufferSize = OUTPUT_WBAMRDEC_BUFFER_SIZE;
    [all...]

Completed in 66 milliseconds