Searched refs:pComponentParam (Results 1 - 20 of 20) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c1097 OMX_PARAM_PORTDEFINITIONTYPE *pComponentParam =(OMX_PARAM_PORTDEFINITIONTYPE *)pComponentParameterStructure; local
1098 OMX_U32 portindex = pComponentParam->nPortIndex;
1255 OMX_VIDEO_PARAM_PORTFORMATTYPE* pComponentParam = (OMX_VIDEO_PARAM_PORTFORMATTYPE *)pCompParam; local
1256 if (pComponentParam->nPortIndex == pComponentPrivate->pInPortFormat->nPortIndex) {
1258 pComponentParam,
1266 else if (pComponentParam->nPortIndex == pComponentPrivate->pInPortOverlayFormat->nPortIndex) {
1268 pComponentParam,
1275 else if (pComponentParam->nPortIndex == pComponentPrivate->pOutPortRGBFormat->nPortIndex) {
1277 pComponentParam,
1284 else if (pComponentParam
1309 OMX_PARAM_PORTDEFINITIONTYPE *pComponentParam = (OMX_PARAM_PORTDEFINITIONTYPE *)pCompParam; local
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c1321 OMX_AUDIO_PARAM_PORTFORMATTYPE* pComponentParam = (OMX_AUDIO_PARAM_PORTFORMATTYPE *)pCompParam; local
1322 if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat->nPortIndex ) {
1323 memcpy(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
1326 else if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortFormat->nPortIndex ) {
1327 memcpy(pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
1339 OMX_VIDEO_PARAM_PORTFORMATTYPE* pComponentParam = (OMX_VIDEO_PARAM_PORTFORMATTYPE *)pCompParam; local
1340 if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat->nPortIndex ) {
1341 memcpy(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortFormat, pComponentParam, sizeof(OMX_VIDEO_PARAM_PORTFORMATTYPE));
1344 else if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortFormat->nPortIndex ) {
1345 memcpy(pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortFormat, pComponentParam, sizeo
1357 OMX_OTHER_PARAM_PORTFORMATTYPE* pComponentParam = (OMX_OTHER_PARAM_PORTFORMATTYPE *)pCompParam; local
1375 OMX_IMAGE_PARAM_PORTFORMATTYPE* pComponentParam = (OMX_IMAGE_PARAM_PORTFORMATTYPE *)pCompParam; local
1397 OMX_PARAM_PORTDEFINITIONTYPE* pComponentParam = (OMX_PARAM_PORTDEFINITIONTYPE *)pCompParam; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c1335 OMX_PARAM_PORTDEFINITIONTYPE* pComponentParam = (OMX_PARAM_PORTDEFINITIONTYPE*)pCompParam; local
1336 if (pComponentParam->nPortIndex == pComponentPrivate->pInPortDef->nPortIndex) {
1337 OMX_PARAM_PORTDEFINITIONTYPE *pPortDefParam = (OMX_PARAM_PORTDEFINITIONTYPE *)pComponentParam;
1348 else if (pComponentParam->nPortIndex == pComponentPrivate->pOutPortDef->nPortIndex) {
1349 OMX_PARAM_PORTDEFINITIONTYPE *pPortDefParam = (OMX_PARAM_PORTDEFINITIONTYPE *)pComponentParam;
1362 (int )pComponentParam->nBufferCountActual,
1363 (int )pComponentParam->nBufferCountMin,
1364 (int )pComponentParam->nBufferSize,
1365 (int )pComponentParam->bEnabled,
1366 (int )pComponentParam
1371 OMX_VIDEO_PARAM_WMVTYPE* pComponentParam = (OMX_VIDEO_PARAM_WMVTYPE*)pCompParam; local
1382 OMX_VIDEO_PARAM_MPEG4TYPE* pComponentParam = (OMX_VIDEO_PARAM_MPEG4TYPE*)pCompParam; local
1393 OMX_VIDEO_PARAM_MPEG2TYPE* pComponentParam = (OMX_VIDEO_PARAM_MPEG2TYPE*)pCompParam; local
1404 OMX_VIDEO_PARAM_AVCTYPE* pComponentParam = (OMX_VIDEO_PARAM_AVCTYPE *)pCompParam; local
1415 OMX_VIDEO_PARAM_H263TYPE* pComponentParam = (OMX_VIDEO_PARAM_H263TYPE *)pCompParam; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c1856 OMX_VIDEO_PARAM_PORTFORMATTYPE* pComponentParam = (OMX_VIDEO_PARAM_PORTFORMATTYPE*)pCompParam; local
1857 if (pComponentParam->nPortIndex == pCompPortIn->pPortFormat->nPortIndex)
1860 pComponentParam,
1869 else if (pComponentParam->nPortIndex == pCompPortOut->pPortFormat->nPortIndex)
1872 pComponentParam,
1900 OMX_PARAM_PORTDEFINITIONTYPE* pComponentParam = (OMX_PARAM_PORTDEFINITIONTYPE*)pCompParam; local
1908 if (pComponentParam->nPortIndex == pCompPortIn->pPortDef->nPortIndex)
1911 pComponentParam,
1921 else if (pComponentParam->nPortIndex == pCompPortOut->pPortDef->nPortIndex)
1924 pComponentParam,
1949 OMX_VIDEO_PARAM_AVCTYPE* pComponentParam = (OMX_VIDEO_PARAM_AVCTYPE*)pCompParam; local
1971 OMX_VIDEO_PARAM_MPEG4TYPE* pComponentParam = (OMX_VIDEO_PARAM_MPEG4TYPE*)pCompParam; local
2020 OMX_VIDEO_PARAM_BITRATETYPE* pComponentParam = (OMX_VIDEO_PARAM_BITRATETYPE*)pCompParam; local
2061 OMX_VIDEO_PARAM_H263TYPE* pComponentParam = (OMX_VIDEO_PARAM_H263TYPE*)pCompParam; local
2082 OMX_VIDEO_PARAM_QUANTIZATIONTYPE* pComponentParam = (OMX_VIDEO_PARAM_QUANTIZATIONTYPE*)pCompParam; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c984 OMX_PARAM_PORTDEFINITIONTYPE *pComponentParam = local
987 OMX_PRCOMM2(pComponentPrivate->dbg, "pComponentParam->nPortIndex = %ld\n",pComponentParam->nPortIndex);
988 OMX_PRBUFFER2(pComponentPrivate->dbg, "pComponentParam->nBufferCountActual= %ld\n",pComponentParam->nBufferCountActual);
989 OMX_PRBUFFER2(pComponentPrivate->dbg, "pComponentParam->nBufferSize= %ld\n",pComponentParam->nBufferSize);
992 if (pComponentParam->nPortIndex == 0) {
994 memcpy(&pComponentPrivate->sInPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
996 } else if (pComponentParam
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c978 OMX_PARAM_PORTDEFINITIONTYPE *pComponentParam = NULL; local
1000 pComponentParam = (OMX_PARAM_PORTDEFINITIONTYPE *)pCompParam;
1003 if (pComponentParam->nPortIndex == 0) {
1004 if (pComponentParam->eDir != OMX_DirInput) {
1012 else if (pComponentParam->nPortIndex == 1) {
1015 if (pComponentParam->eDir != OMX_DirOutput) {
1020 pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize = pComponentParam->nBufferSize;
1022 if (pComponentParam->nBufferSize != OUTPUT_WMADEC_BUFFER_SIZE) {
1028 if (pComponentParam->format.audio.eEncoding != OMX_AUDIO_CodingPCM) {
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c1190 OMX_IMAGE_PARAM_PORTFORMATTYPE* pComponentParam = (OMX_IMAGE_PARAM_PORTFORMATTYPE *)pCompParam; local
1193 if ( pComponentParam->nPortIndex == pInpPortType->pPortFormat->nPortIndex )
1195 memcpy(pInpPortType->pPortFormat, pComponentParam, sizeof(OMX_IMAGE_PARAM_PORTFORMATTYPE));
1197 else if ( pComponentParam->nPortIndex == pOutPortType->pPortFormat->nPortIndex ) {
1198 memcpy(pOutPortType->pPortFormat, pComponentParam, sizeof(OMX_IMAGE_PARAM_PORTFORMATTYPE));
1213 OMX_PARAM_PORTDEFINITIONTYPE* pComponentParam = (OMX_PARAM_PORTDEFINITIONTYPE *)pCompParam; local
1216 if ( pComponentParam->nPortIndex == pInpPortType->pPortDef->nPortIndex ) {
1217 memcpy(pInpPortType->pPortDef, pComponentParam, sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
1219 else if ( pComponentParam->nPortIndex == pOutPortType->pPortDef->nPortIndex ) {
1220 memcpy(pOutPortType->pPortDef, pComponentParam, sizeo
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c917 OMX_AUDIO_PARAM_PORTFORMATTYPE* pComponentParam = NULL; local
932 pComponentParam = (OMX_AUDIO_PARAM_PORTFORMATTYPE *)pCompParam;
933 if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[G711DEC_INPUT_PORT]->pPortFormat->nPortIndex )
935 memcpy(pComponentPrivate->pCompPort[G711DEC_INPUT_PORT]->pPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
937 else if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[G711DEC_OUTPUT_PORT]->pPortFormat->nPortIndex )
939 memcpy(pComponentPrivate->pCompPort[G711DEC_OUTPUT_PORT]->pPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c825 OMX_AUDIO_PARAM_PORTFORMATTYPE* pComponentParam = NULL; local
849 pComponentParam = (OMX_AUDIO_PARAM_PORTFORMATTYPE *)pCompParam;
850 if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat->nPortIndex ) {
851 memcpy(pComponentPrivate->pCompPort[G711ENC_INPUT_PORT]->pPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
852 } else if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[G711ENC_OUTPUT_PORT]->pPortFormat->nPortIndex ) {
853 memcpy(pComponentPrivate->pCompPort[G711ENC_OUTPUT_PORT]->pPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c799 OMX_AUDIO_PARAM_PORTFORMATTYPE* pComponentParam = NULL; local
821 pComponentParam = (OMX_AUDIO_PARAM_PORTFORMATTYPE *)pCompParam;
822 if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[G722D_INPUT_PORT]->pPortFormat->nPortIndex ) {
824 pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
825 } else if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[G722D_OUTPUT_PORT]->pPortFormat->nPortIndex ) {
827 pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c941 OMX_AUDIO_PARAM_PORTFORMATTYPE* pComponentParam = NULL; local
985 pComponentParam = (OMX_AUDIO_PARAM_PORTFORMATTYPE*)ComponentParameterStructure;
986 if(pComponentParam->nPortIndex == pComponentPrivate->pInPortFormat->nPortIndex) {
987 memcpy(pComponentPrivate->pInPortFormat, pComponentParam,
990 else if(pComponentParam->nPortIndex == pComponentPrivate->pOutPortFormat->nPortIndex){
992 pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c811 OMX_AUDIO_PARAM_PORTFORMATTYPE* pComponentParam = NULL; local
834 pComponentParam = (OMX_AUDIO_PARAM_PORTFORMATTYPE *)pCompParam;
835 if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[G726D_INPUT_PORT]->pPortFormat->nPortIndex ) {
837 pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
838 } else if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[G726D_OUTPUT_PORT]->pPortFormat->nPortIndex ) {
840 pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c768 OMX_AUDIO_PARAM_PORTFORMATTYPE* pComponentParam = NULL; local
790 pComponentParam = (OMX_AUDIO_PARAM_PORTFORMATTYPE *)pCompParam;
791 if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[G726ENC_INPUT_PORT]->pPortFormat->nPortIndex ) {
792 memcpy(pComponentPrivate->pCompPort[G726ENC_INPUT_PORT]->pPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
793 } else if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[G726ENC_OUTPUT_PORT]->pPortFormat->nPortIndex ) {
794 memcpy(pComponentPrivate->pCompPort[G726ENC_OUTPUT_PORT]->pPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c911 OMX_AUDIO_PARAM_PORTFORMATTYPE* pComponentParam = NULL; local
943 pComponentParam = (OMX_AUDIO_PARAM_PORTFORMATTYPE *)pCompParam;
944 if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[G729ENC_INPUT_PORT]->pPortFormat->nPortIndex )
947 pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
949 else if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[G729ENC_OUTPUT_PORT]->pPortFormat->nPortIndex )
952 pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c896 OMX_AUDIO_PARAM_PORTFORMATTYPE* pComponentParam = NULL; local
923 pComponentParam = (OMX_AUDIO_PARAM_PORTFORMATTYPE *)pCompParam;
924 if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[INPUT_PORT_AACDEC]->pPortFormat->nPortIndex ) {
925 memcpy(pComponentPrivate->pCompPort[INPUT_PORT_AACDEC]->pPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
926 } else if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[OUTPUT_PORT_AACDEC]->pPortFormat->nPortIndex ) {
927 memcpy(pComponentPrivate->pCompPort[OUTPUT_PORT_AACDEC]->pPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Decoder.c901 OMX_AUDIO_PARAM_PORTFORMATTYPE* pComponentParam = NULL; local
930 pComponentParam = (OMX_AUDIO_PARAM_PORTFORMATTYPE *)pCompParam;
931 if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[MP3D_INPUT_PORT]->pPortFormat->nPortIndex ) {
932 memcpy(pComponentPrivate->pCompPort[MP3D_INPUT_PORT]->pPortFormat, pComponentParam,
934 } else if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[MP3D_OUTPUT_PORT]->pPortFormat->nPortIndex ) {
935 memcpy(pComponentPrivate->pCompPort[MP3D_OUTPUT_PORT]->pPortFormat, pComponentParam,
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c1011 OMX_AUDIO_PARAM_PORTFORMATTYPE *pComponentParam = local
1014 OMX_PRCOMM2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::pComponentParam->nPortIndex = %ld\n",__LINE__,pComponentParam->nPortIndex);
1018 if (pComponentParam->nPortIndex == 0) {
1020 memcpy(&pComponentPrivate->sInPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
1022 } else if (pComponentParam->nPortIndex == 1) {
1024 memcpy(&pComponentPrivate->sOutPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEncoder.c1080 OMX_AUDIO_PARAM_PORTFORMATTYPE* pComponentParam = NULL; local
1110 pComponentParam = (OMX_AUDIO_PARAM_PORTFORMATTYPE *)pCompParam;
1111 if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[NBAMRENC_INPUT_PORT]->pPortFormat->nPortIndex ) {
1112 memcpy(pComponentPrivate->pCompPort[NBAMRENC_INPUT_PORT]->pPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
1113 } else if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[NBAMRENC_OUTPUT_PORT]->pPortFormat->nPortIndex ) {
1114 memcpy(pComponentPrivate->pCompPort[NBAMRENC_OUTPUT_PORT]->pPortFormat, pComponentParam, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEncoder.c1043 OMX_AUDIO_PARAM_PORTFORMATTYPE* pComponentParam = NULL; local
1079 pComponentParam = (OMX_AUDIO_PARAM_PORTFORMATTYPE *)pCompParam;
1081 if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[WBAMRENC_INPUT_PORT]->pPortFormat->nPortIndex ) {
1083 pComponentParam,
1085 } else if ( pComponentParam->nPortIndex == pComponentPrivate->pCompPort[WBAMRENC_OUTPUT_PORT]->pPortFormat->nPortIndex ) {
1087 pComponentParam,
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c1041 OMX_AUDIO_PARAM_PORTFORMATTYPE *pComponentParam = (OMX_AUDIO_PARAM_PORTFORMATTYPE *)pCompParam; local
1042 OMX_PRINT2(pComponentPrivate->dbg, "%d :: AACENC: pCompParam = index %d\n",__LINE__,(int)pComponentParam->nIndex);
1043 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: AACENC: pCompParam = nportindex %d\n",__LINE__,(int)pComponentParam->nPortIndex);
1045 if (pComponentParam->nPortIndex == 0)
1050 else if (pComponentParam->nPortIndex == 1)

Completed in 695 milliseconds