Home
last modified time | relevance | path

Searched refs:NBAPP_OUTPUT_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c121 #define NBAPP_OUTPUT_BUFFER_SIZE 118 macro
922 pCompPrivateStruct->nBufferSize = NBAPP_OUTPUT_BUFFER_SIZE;
1040 …eError = OMX_AllocateBuffer(pHandle, &pOutputBufferHeader[i], 1, NULL, NBAPP_OUTPUT_BUFFER_SIZE*3);
1067 pOutputBuffer[i] = newmalloc (NBAPP_OUTPUT_BUFFER_SIZE*3 + 256);
1078 …eError = OMX_UseBuffer(pHandle, &pOutputBufferHeader[i], 1, NULL, NBAPP_OUTPUT_BUFFER_SIZE*13, pOu…
1481 …eError = OMX_AllocateBuffer(pHandle, &pOutputBufferHeader[i], 1, NULL, NBAPP_OUTPUT_BUFFER_SIZE*3);