Searched refs:g729_op (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c218 OMX_AUDIO_PARAM_PCMMODETYPE *g729_op = NULL; local
267 OMX_G729MALLOC_STRUCT(g729_op, OMX_AUDIO_PARAM_PCMMODETYPE);
272 pHandle->pComponentPrivate)->pcmParams = g729_op;
343 g729_op->nPortIndex = 1;
344 g729_op->nChannels = 2;
345 g729_op->eNumData= OMX_NumericalDataSigned;
346 g729_op->nBitPerSample = 16;
347 g729_op->nSamplingRate = 44100;
348 g729_op->ePCMMode = OMX_AUDIO_PCMModeLinear;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c196 OMX_AUDIO_PARAM_G729TYPE *g729_op = NULL; local
268 OMX_G729MALLOC_STRUCT(g729_op, OMX_AUDIO_PARAM_G729TYPE);
269 OMX_G729CONF_INIT_STRUCT(g729_op, OMX_AUDIO_PARAM_G729TYPE);
270 pComponentPrivate->g729Params = g729_op;
271 g729_op->nPortIndex = G729ENC_OUTPUT_PORT;

Completed in 3592 milliseconds