Searched refs:G726ENC_INPUT_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
D | G726EncTest.c | 88 #define G726ENC_INPUT_BUFFER_SIZE 16 macro 290 OMX_U8 NextBuffer[G726ENC_INPUT_BUFFER_SIZE*3]; 679 printf("%d :: App: input buffer size = %d \n",__LINE__,G726ENC_INPUT_BUFFER_SIZE); 699 pCompPrivateStruct->nBufferSize = G726ENC_INPUT_BUFFER_SIZE; 951 … eError = OMX_AllocateBuffer(pHandle, &pInputBufferHeader[i], 0, NULL, G726ENC_INPUT_BUFFER_SIZE); 969 pInputBuffer[i] = (OMX_U8*)SafeMalloc(G726ENC_INPUT_BUFFER_SIZE); 978 …Error = OMX_UseBuffer(pHandle, &pInputBufferHeader[i], 0, NULL, G726ENC_INPUT_BUFFER_SIZE, pInputB… 1328 …eError = OMX_AllocateBuffer(pHandle,&pInputBufferHeader[i],0,NULL,G726ENC_INPUT_BUFFER_SIZE*3); /*… 1600 nRead = fread(pBuffer->pBuffer, 1, G726ENC_INPUT_BUFFER_SIZE*2, fIn); 1603 nRead = fread(NextBuffer, 1, G726ENC_INPUT_BUFFER_SIZE/2, fIn); [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/ |
D | OMX_G726Enc_Utils.h | 218 #define G726ENC_INPUT_BUFFER_SIZE 16 macro
|