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

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c1139 OMX_U32 cOffset = 0; local
1186 cOffset = (pPortDefIn->format.image.nFrameWidth * pPortDefIn->format.image.nFrameHeight);
1190 ptInputParam[11] = cOffset;
1194 ptInputParam[12] = cOffset;
1206 cOffset = (pPortDefIn->format.image.nFrameHeight * ulOutPitch);
1209 cOffset = (pPortDefIn->format.image.nFrameWidth * ulOutPitch);
1213 cOffset = (pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth);
1217 ptInputParam[15] = cOffset;
1220 ptInputParam[16] = cOffset;

Completed in 34 milliseconds