Searched refs:ulOutPitch (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h257 OMX_U32 ulOutPitch; /* output pitch (in bytes)*/ member in struct:GPPToVPPInputFrameStatus
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c1120 OMX_U32 ulOutPitch = 0; local
1204 if (ulOutPitch > 0) {
1206 cOffset = (pPortDefIn->format.image.nFrameHeight * ulOutPitch);
1209 cOffset = (pPortDefIn->format.image.nFrameWidth * ulOutPitch);
1401 ptInputParam[53] = ulOutPitch;
1404 ptInputParam[54] = ulOutPitch;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c715 pComponentPrivate->pIpFrameStatus->ulOutPitch = 0; /*Not supported at OMX level*/

Completed in 69 milliseconds