Lines Matching refs:CropWin

406     ST_DMS_WINDOW CropWin = {0, 0, 0, 0};  in _DMS_Update_DS_Table()  local
418 CropWin.u32x = pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin.u32x; in _DMS_Update_DS_Table()
419 CropWin.u32y = pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin.u32y; in _DMS_Update_DS_Table()
420 CropWin.u32width = pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin.u32width; in _DMS_Update_DS_Table()
421 CropWin.u32height = pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin.u32height; in _DMS_Update_DS_Table()
427 if (CropWin.u32x || CropWin.u32y in _DMS_Update_DS_Table()
428 || CropWin.u32width || CropWin.u32height) { in _DMS_Update_DS_Table()
430 gDMSCtrl[Overlay_ID].stOutSideCropWin = CropWin; in _DMS_Update_DS_Table()
438CropWin.u32x = (u16Width * gDMSCtrl[Overlay_ID].stOutSideCropWin.u32x) / gDMSCtrl[Overlay_ID].u32W… in _DMS_Update_DS_Table()
439CropWin.u32y = (u16Height * gDMSCtrl[Overlay_ID].stOutSideCropWin.u32y) / gDMSCtrl[Overlay_ID].u32… in _DMS_Update_DS_Table()
440CropWin.u32width = (u16Width * gDMSCtrl[Overlay_ID].stOutSideCropWin.u32width) / gDMSCtrl[Overlay_… in _DMS_Update_DS_Table()
441CropWin.u32height = (u16Height * gDMSCtrl[Overlay_ID].stOutSideCropWin.u32height) / gDMSCtrl[Overl… in _DMS_Update_DS_Table()
445 CropWin.u32x = dff->stFrames[u8FrameIndex].u32CropLeft; in _DMS_Update_DS_Table()
446 CropWin.u32y = dff->stFrames[u8FrameIndex].u32CropTop; in _DMS_Update_DS_Table()
447 CropWin.u32width = u16Width; in _DMS_Update_DS_Table()
448 CropWin.u32height = u16Height; in _DMS_Update_DS_Table()
665 CropWin.u32x = u16Width - (CropWin.u32x + CropWin.u32width); in _DMS_Update_DS_Table()
669 CropWin.u32y = u16Height - (CropWin.u32y + CropWin.u32height); in _DMS_Update_DS_Table()
674 … (int)CropWin.u32x, (int)CropWin.u32y, (int)CropWin.u32width, (int)CropWin.u32height); in _DMS_Update_DS_Table()
677 stXC_SetWin_Info.stCropWin.x = CropWin.u32x; in _DMS_Update_DS_Table()
678 stXC_SetWin_Info.stCropWin.y = CropWin.u32y; in _DMS_Update_DS_Table()
679 stXC_SetWin_Info.stCropWin.width = CropWin.u32width; in _DMS_Update_DS_Table()
680 stXC_SetWin_Info.stCropWin.height = CropWin.u32height; in _DMS_Update_DS_Table()