Home
last modified time | relevance | path

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/
DG726EncTest.c102 #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/
DOMX_G726Enc_Utils.h224 #define G726ENC_OUTPUT_BUFFER_SIZE 60 macro
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Encoder.c297 pPortDef_op->nBufferSize = G726ENC_OUTPUT_BUFFER_SIZE; in OMX_ComponentInit()