Home | History | Annotate | Download | only in h264dec

Lines Matching refs:cropRectangle

584         pSrcRectType = &(pSECPort->cropRectangle);
949 secOutputPort->cropRectangle.nTop = cropInfo.crop_top_offset;
950 secOutputPort->cropRectangle.nLeft = cropInfo.crop_left_offset;
951 secOutputPort->cropRectangle.nWidth = imgResol.width - cropInfo.crop_left_offset - cropInfo.crop_right_offset;
952 secOutputPort->cropRectangle.nHeight = imgResol.height - cropInfo.crop_top_offset - cropInfo.crop_bottom_offset;