Searched defs:G726ENC_OUTPUT_BUFFER_SIZE (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
H A DOMX_G726Enc_Utils.h221 * @def G726ENC_OUTPUT_BUFFER_SIZE Default output buffer size
224 #define G726ENC_OUTPUT_BUFFER_SIZE 60 macro
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c99 * @def G726ENC_OUTPUT_BUFFER_SIZE Default output buffer size
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 eError = OMX_UseBuffer(pHandle, &pOutputBufferHeader[i], 1, NULL, G726ENC_OUTPUT_BUFFER_SIZE, pOutputBuffer[i]);

Completed in 8 milliseconds