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

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c197 OMX_AUDIO_PARAM_PCMMODETYPE *g729_ip = NULL; local
256 OMX_G729MALLOC_STRUCT(g729_ip, OMX_AUDIO_PARAM_PCMMODETYPE);
257 OMX_G729CONF_INIT_STRUCT(g729_ip, OMX_AUDIO_PARAM_PCMMODETYPE);
258 pComponentPrivate->pcmParams = g729_ip;
261 g729_ip->nPortIndex = G729ENC_INPUT_PORT;
262 g729_ip->nChannels = 2;
263 g729_ip->eNumData= OMX_NumericalDataSigned;
264 g729_ip->nBitPerSample = 16;
265 g729_ip->nSamplingRate = 44100;
266 g729_ip
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c217 OMX_AUDIO_PARAM_G729TYPE *g729_ip = NULL; local
266 OMX_G729MALLOC_STRUCT(g729_ip, OMX_AUDIO_PARAM_G729TYPE);
270 pHandle->pComponentPrivate)->g729Params = g729_ip;
340 g729_ip->nPortIndex = 0;

Completed in 26 milliseconds