Home
last modified time | relevance | path

Searched refs:G722ENC_NUM_OUTPUT_BUFFERS (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
DOMX_G722Encoder.h85 #define G722ENC_NUM_OUTPUT_BUFFERS 1 macro
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
DG722EncTest.c98 #define G722ENC_NUM_OUTPUT_BUFFERS 1 /*Component default number of output buffers*/ macro
529 pCompPrivateStruct->nBufferCountMin = G722ENC_NUM_OUTPUT_BUFFERS;
531 pCompPrivateStruct->nBufferCountActual = G722ENC_NUM_OUTPUT_BUFFERS;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DOMX_G722Encoder.c571 pPortDef_op->nBufferCountActual = G722ENC_NUM_OUTPUT_BUFFERS; in OMX_ComponentInit()
572 pPortDef_op->nBufferCountMin = G722ENC_NUM_OUTPUT_BUFFERS; in OMX_ComponentInit()
DOMX_G722Enc_Utils.c321 strmAttr->uNumBufs = G722ENC_NUM_INPUT_BUFFERS + G722ENC_NUM_OUTPUT_BUFFERS; in G722ENC_Fill_LCMLInitParams()