Home
last modified time | relevance | path

Searched refs:newCropWin (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/
H A DdrvDMS.c629 MS_WINDOW newCropWin; in _DMS_Update_DS_Table() local
631 newCropWin.x = u16Width * OutSideCropWinRatio[Overlay_ID].x; in _DMS_Update_DS_Table()
632 newCropWin.y = u16Height * OutSideCropWinRatio[Overlay_ID].y; in _DMS_Update_DS_Table()
633 newCropWin.width = u16Width * OutSideCropWinRatio[Overlay_ID].width; in _DMS_Update_DS_Table()
634 newCropWin.height = u16Height * OutSideCropWinRatio[Overlay_ID].height; in _DMS_Update_DS_Table()
636 vInfo.u16CropLeft = newCropWin.x; in _DMS_Update_DS_Table()
637 vInfo.u16CropTop = newCropWin.y; in _DMS_Update_DS_Table()
639 - newCropWin.x in _DMS_Update_DS_Table()
640 - newCropWin.width; in _DMS_Update_DS_Table()
642 - newCropWin.y in _DMS_Update_DS_Table()
[all …]