Searched refs:pComponentParamPort (Results 1 - 9 of 9) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c800 OMX_PARAM_PORTDEFINITIONTYPE *pComponentParamPort = NULL; local
865 pComponentParamPort = (OMX_PARAM_PORTDEFINITIONTYPE *)pCompParam;
866 if (pComponentParamPort->nPortIndex == 0) {
867 if (pComponentParamPort->eDir != OMX_DirInput) {
872 if (pComponentParamPort->format.audio.eEncoding != OMX_AUDIO_CodingPCM) {
877 } else if (pComponentParamPort->nPortIndex == 1) {
878 if (pComponentParamPort->eDir != OMX_DirOutput) {
883 if (pComponentParamPort->format.audio.eEncoding != OMX_AUDIO_CodingPCM) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c812 OMX_PARAM_PORTDEFINITIONTYPE *pComponentParamPort = NULL; local
887 pComponentParamPort = (OMX_PARAM_PORTDEFINITIONTYPE *)pCompParam;
888 if (pComponentParamPort->nPortIndex == 0) {
889 if (pComponentParamPort->eDir != OMX_DirInput) {
894 if (pComponentParamPort->format.audio.eEncoding != OMX_AUDIO_CodingG726) {
899 } else if (pComponentParamPort->nPortIndex == 1) {
900 if (pComponentParamPort->eDir != OMX_DirOutput) {
905 if (pComponentParamPort->format.audio.eEncoding != OMX_AUDIO_CodingPCM) {
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c897 OMX_PARAM_PORTDEFINITIONTYPE *pComponentParamPort = NULL; local
949 pComponentParamPort = (OMX_PARAM_PORTDEFINITIONTYPE *)pCompParam;
950 if (pComponentParamPort->nPortIndex == 0) {
951 if (pComponentParamPort->eDir != OMX_DirInput) {
956 if (pComponentParamPort->format.audio.eEncoding != OMX_AUDIO_CodingAAC) {
961 } else if (pComponentParamPort->nPortIndex == 1) {
962 if (pComponentParamPort->eDir != OMX_DirOutput) {
967 if (pComponentParamPort->format.audio.eEncoding != OMX_AUDIO_CodingPCM) {
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Decoder.c902 OMX_PARAM_PORTDEFINITIONTYPE *pComponentParamPort = NULL; local
956 pComponentParamPort = (OMX_PARAM_PORTDEFINITIONTYPE *)pCompParam;
957 if (pComponentParamPort->nPortIndex == 0) {
958 if (pComponentParamPort->eDir != OMX_DirInput) {
963 if (pComponentParamPort->format.audio.eEncoding != OMX_AUDIO_CodingMP3) {
968 } else if (pComponentParamPort->nPortIndex == 1) {
969 if (pComponentParamPort->eDir != OMX_DirOutput) {
974 if (pComponentParamPort->format.audio.eEncoding != OMX_AUDIO_CodingPCM) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c826 OMX_PARAM_PORTDEFINITIONTYPE *pComponentParamPort = NULL; local
887 pComponentParamPort = (OMX_PARAM_PORTDEFINITIONTYPE *)pCompParam;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c769 OMX_PARAM_PORTDEFINITIONTYPE *pComponentParamPort = NULL; local
828 pComponentParamPort = (OMX_PARAM_PORTDEFINITIONTYPE *)pCompParam;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c912 OMX_PARAM_PORTDEFINITIONTYPE *pComponentParamPort = NULL; local
975 pComponentParamPort = (OMX_PARAM_PORTDEFINITIONTYPE *)pCompParam;
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEncoder.c1081 OMX_PARAM_PORTDEFINITIONTYPE *pComponentParamPort = NULL; local
1200 pComponentParamPort = (OMX_PARAM_PORTDEFINITIONTYPE *)pCompParam;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEncoder.c1044 OMX_PARAM_PORTDEFINITIONTYPE *pComponentParamPort = NULL; local
1168 pComponentParamPort = (OMX_PARAM_PORTDEFINITIONTYPE *)pCompParam;

Completed in 180 milliseconds