Home
last modified time | relevance | path

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

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