Searched refs:NBAPP_INPUT_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
D | AmrEncTest.c | 114 #define NBAPP_INPUT_BUFFER_SIZE 320 macro 321 OMX_U8 NextBuffer[NBAPP_INPUT_BUFFER_SIZE*3]; 776 pCompPrivateStruct->nBufferSize = NBAPP_INPUT_BUFFER_SIZE; 1030 …eError = OMX_AllocateBuffer(pHandle, &pInputBufferHeader[i], 0, NULL, NBAPP_INPUT_BUFFER_SIZE*3);/… 1048 pInputBuffer[i] = (OMX_U8*)newmalloc(NBAPP_INPUT_BUFFER_SIZE*3 + 256); 1059 …eError = OMX_UseBuffer(pHandle, &pInputBufferHeader[i], 0, NULL, NBAPP_INPUT_BUFFER_SIZE*13, pInpu… 1793 nRead = fread(pBuffer->pBuffer, 1, NBAPP_INPUT_BUFFER_SIZE*2, fIn); 1796 nRead = fread(pBuffer->pBuffer, 1, NBAPP_INPUT_BUFFER_SIZE, fIn); 1806 nRead = fread(NextBuffer, 1, NBAPP_INPUT_BUFFER_SIZE*2, fIn); 1809 nRead = fread(NextBuffer, 1, NBAPP_INPUT_BUFFER_SIZE, fIn); [all …]
|