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

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c101 * @def WBAPP_INPUT_BUFFER_SIZE Default input buffer size
105 #define WBAPP_INPUT_BUFFER_SIZE 640 macro
305 OMX_U8 NextBuffer[WBAPP_INPUT_BUFFER_SIZE*3];
760 pCompPrivateStruct->nBufferSize = WBAPP_INPUT_BUFFER_SIZE;
1113 eError = OMX_AllocateBuffer(pHandle, &pInputBufferHeader[i], 0, NULL, WBAPP_INPUT_BUFFER_SIZE * 2);
1139 pInputBuffer[i] = (OMX_U8*)newmalloc(WBAPP_INPUT_BUFFER_SIZE * 2 + 256);
1152 eError = OMX_UseBuffer(pHandle, &pInputBufferHeader[i], 0, NULL, WBAPP_INPUT_BUFFER_SIZE * 2, pInputBuffer[i]);
1886 nRead = fread(pBuffer->pBuffer, 1, WBAPP_INPUT_BUFFER_SIZE * 2, fIn);
1888 nRead = fread(pBuffer->pBuffer, 1, WBAPP_INPUT_BUFFER_SIZE, fIn);
1898 nRead = fread(NextBuffer, 1, WBAPP_INPUT_BUFFER_SIZE *
[all...]

Completed in 25 milliseconds