Searched refs:G726ENC_OUTPUT_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
D | G726EncTest.c | 102 #define G726ENC_OUTPUT_BUFFER_SIZE 60 macro 683 printf("%d :: App: output buffer size = %d \n",__LINE__,G726ENC_OUTPUT_BUFFER_SIZE); 784 pCompPrivateStruct->nBufferSize = G726ENC_OUTPUT_BUFFER_SIZE; 961 …eError = OMX_AllocateBuffer(pHandle, &pOutputBufferHeader[i], 1, NULL, G726ENC_OUTPUT_BUFFER_SIZE); 986 pOutputBuffer[i] = SafeMalloc(G726ENC_OUTPUT_BUFFER_SIZE + 256); 997 …ror = OMX_UseBuffer(pHandle, &pOutputBufferHeader[i], 1, NULL, G726ENC_OUTPUT_BUFFER_SIZE, pOutput…
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/ |
D | OMX_G726Enc_Utils.h | 224 #define G726ENC_OUTPUT_BUFFER_SIZE 60 macro
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | OMX_G726Encoder.c | 297 pPortDef_op->nBufferSize = G726ENC_OUTPUT_BUFFER_SIZE; in OMX_ComponentInit()
|