Searched refs:pParamPortDef (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c619 OMX_PARAM_PORTDEFINITIONTYPE* pParamPortDef = NULL; local
730 pParamPortDef = (OMX_PARAM_PORTDEFINITIONTYPE*)malloc(sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
1475 if (pParamPortDef) {
1476 free(pParamPortDef);
1477 pParamPortDef = NULL;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c1037 OMX_PARAM_PORTDEFINITIONTYPE *pParamPortDef = NULL; local
1039 pParamPortDef = (OMX_PARAM_PORTDEFINITIONTYPE *)pComponentParameterStructure;
1041 (int)(pParamPortDef->nPortIndex),
1044 if (pParamPortDef->nPortIndex == pInpPortType->pPortDef->nPortIndex)
1050 } else if (pParamPortDef->nPortIndex == pOutPortType->pPortDef->nPortIndex)

Completed in 214 milliseconds