Searched defs:pOutPortFormat (Results 1 - 7 of 7) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c188 OMX_AUDIO_PARAM_PORTFORMATTYPE *pOutPortFormat = NULL; local
326 pOutPortFormat = pComponentPrivate->pCompPort[G711ENC_OUTPUT_PORT]->pPortFormat;
327 OMX_G711ENC_INIT_STRUCT(pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
329 pOutPortFormat->nPortIndex = G711ENC_OUTPUT_PORT;
330 pOutPortFormat->nIndex = OMX_IndexParamAudioPcm;
331 pOutPortFormat->eEncoding = OMX_AUDIO_CodingG711;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c198 OMX_AUDIO_PARAM_PORTFORMATTYPE *pOutPortFormat = NULL; local
311 OMX_G722MALLOC_STRUCT(pComponentPrivate->pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
312 OMX_G722CONF_INIT_STRUCT(pComponentPrivate->pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
314 pOutPortFormat = pComponentPrivate->pOutPortFormat;
315 OMX_G722CONF_INIT_STRUCT(pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
316 pOutPortFormat->nPortIndex = G722ENC_OUTPUT_PORT;
317 pOutPortFormat->nIndex = OMX_IndexParamAudioPcm;
318 pOutPortFormat->eEncoding = OMX_AUDIO_CodingADPCM;
855 pComponentPrivate->pOutPortFormat
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c215 OMX_AUDIO_PARAM_PORTFORMATTYPE *pOutPortFormat = NULL; local
414 OMX_G729MALLOC_STRUCT(pComponentPrivate->pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
415 OMX_G729CONF_INIT_STRUCT(pComponentPrivate->pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
416 pOutPortFormat = (OMX_AUDIO_PARAM_PORTFORMATTYPE*) pComponentPrivate->pOutPortFormat;
417 OMX_G729CONF_INIT_STRUCT(pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
418 pOutPortFormat->nPortIndex = G729DEC_OUTPUT_PORT;
419 pOutPortFormat->nIndex = OMX_IndexParamAudioPcm;
420 pOutPortFormat->eEncoding = OMX_AUDIO_CodingPCM;
812 G729DEC_DPRINT ("pComponentPrivate->pOutPortFormat
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c202 OMX_AUDIO_PARAM_PORTFORMATTYPE *pOutPortFormat = NULL; local
337 pOutPortFormat = pComponentPrivate->pCompPort[G729ENC_OUTPUT_PORT]->pPortFormat;
338 OMX_G729CONF_INIT_STRUCT(pOutPortFormat, OMX_AUDIO_PARAM_PORTFORMATTYPE);
339 pOutPortFormat->nPortIndex = G729ENC_OUTPUT_PORT;
340 pOutPortFormat->nIndex = OMX_IndexParamAudioG729;
341 pOutPortFormat->eEncoding = OMX_AUDIO_CodingG729;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
H A DOMX_G722Enc_Utils.h442 OMX_AUDIO_PARAM_PORTFORMATTYPE* pOutPortFormat; member in struct:G722ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
H A DOMX_G729Decoder.h384 OMX_AUDIO_PARAM_PORTFORMATTYPE* pOutPortFormat; member in struct:G729DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h857 OMX_VIDEO_PARAM_PORTFORMATTYPE* pOutPortFormat; member in struct:VIDDEC_COMPONENT_PRIVATE

Completed in 144 milliseconds