Searched defs:pInpPortType (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c1001 JPEG_PORT_TYPE *pInpPortType = NULL; local
1015 pInpPortType = pComponentPrivate->pCompPort[JPEGENC_INP_PORT];
1042 (int)(pInpPortType->pPortDef->nPortIndex),
1044 if (pParamPortDef->nPortIndex == pInpPortType->pPortDef->nPortIndex)
1046 OMX_PRBUFFER2(pComponentPrivate->dbg, "nBufferCountActual %d (0) \n", (int)(pInpPortType->pPortDef->nBufferCountActual));
1048 memcpy(pComponentParameterStructure, pInpPortType->pPortDef, sizeof(OMX_PARAM_PORTDEFINITIONTYPE));
1067 if ( pParamImagePortFormat->nPortIndex == pInpPortType->pPortFormat->nPortIndex )
1069 if (pParamImagePortFormat->nIndex > pInpPortType->pPortFormat->nIndex ) {
1072 memcpy(pComponentParameterStructure, pInpPortType->pPortFormat, sizeof(OMX_IMAGE_PARAM_PORTFORMATTYPE));
1101 } else if ( pBuffSupplierParam->nPortIndex == pInpPortType
1165 JPEG_PORT_TYPE *pInpPortType = NULL; local
[all...]

Completed in 61 milliseconds