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

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c4565 OMX_S32* nCropHeight, OMX_U32 nType)
4893 (*nCropHeight) = (2 * sParserParam->nFrameCropTopOffset + 2 * sParserParam->nFrameCropBottomOffset);
5003 OMX_S32 nCropHeight = 0; local
5032 &nCropWidth, &nCropHeight, pComponentPrivate->H264BitStreamFormat);
5148 nCroppedHeight = nHeight - nCropHeight;
4562 VIDDEC_ParseVideo_H264(VIDDEC_COMPONENT_PRIVATE* pComponentPrivate, OMX_BUFFERHEADERTYPE* pBuffHead,OMX_S32* nWidth, OMX_S32* nHeight, OMX_S32* nCropWidth, OMX_S32* nCropHeight, OMX_U32 nType) argument

Completed in 37 milliseconds