Lines Matching defs:pComponentParam

1097             OMX_PARAM_PORTDEFINITIONTYPE *pComponentParam =(OMX_PARAM_PORTDEFINITIONTYPE *)pComponentParameterStructure;
1098 OMX_U32 portindex = pComponentParam->nPortIndex;
1255 OMX_VIDEO_PARAM_PORTFORMATTYPE* pComponentParam = (OMX_VIDEO_PARAM_PORTFORMATTYPE *)pCompParam;
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->nPortIndex == pComponentPrivate->pOutPortYUVFormat->nPortIndex) {
1286 pComponentParam,
1309 OMX_PARAM_PORTDEFINITIONTYPE *pComponentParam = (OMX_PARAM_PORTDEFINITIONTYPE *)pCompParam;
1310 OMX_U32 portIndex = pComponentParam->nPortIndex;
1312 if (pComponentParam->eDir != OMX_DirInput) {
1318 if ((OMX_COLOR_Format24bitRGB888 != pComponentParam->format.video.eColorFormat) &&
1319 (OMX_COLOR_FormatUnused != pComponentParam->format.video.eColorFormat)) {
1325 pComponentPrivate->pIpFrameStatus->ulInWidth = pComponentParam->format.video.nFrameWidth;
1326 pComponentPrivate->pIpFrameStatus->ulInHeight = pComponentParam->format.video.nFrameHeight;
1331 if (pComponentParam->eDir != OMX_DirOutput) {
1336 pComponentPrivate->pOpYUVFrameStatus->ulOutWidth = pComponentParam->format.video.nFrameWidth;
1337 pComponentPrivate->pOpYUVFrameStatus->ulOutHeight = pComponentParam->format.video.nFrameHeight;
1340 if (pComponentParam->eDir != OMX_DirOutput) {
1345 pComponentPrivate->pOpRGBFrameStatus->ulOutWidth = pComponentParam->format.video.nFrameWidth;
1346 pComponentPrivate->pOpRGBFrameStatus->ulOutHeight = pComponentParam->format.video.nFrameHeight;
1354 pComponentParam,
1363 pComponentParam->format.video.nFrameWidth * pComponentParam->format.video.nFrameHeight;