Lines Matching refs:stCropWin

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()
424 … memset(&pDMSResPri->stDrvDMS.stOutputWinInfo[Overlay_ID].stCropWin, 0, sizeof(ST_DMS_WINDOW)); 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()
705 stXC_SetWin_Info.stCropWin.x, stXC_SetWin_Info.stCropWin.y, in _DMS_Update_DS_Table()
706 stXC_SetWin_Info.stCropWin.width, stXC_SetWin_Info.stCropWin.height); in _DMS_Update_DS_Table()
1279 ST_DMS_WINDOW stCropWin = {0}; in _MDrv_DMS_SetWin() local
1293 memcpy(&pDMSResPri->stDrvDMS.stOutputWinInfo[u32Window].stCropWin , in _MDrv_DMS_SetWin()
1294 &pstDMS_SetWin_Info->stOutputWinInfo.stCropWin, sizeof(stCropWin)); in _MDrv_DMS_SetWin()
1301 (int)pstDMS_SetWin_Info->stOutputWinInfo.stCropWin.u32x, in _MDrv_DMS_SetWin()
1302 (int)pstDMS_SetWin_Info->stOutputWinInfo.stCropWin.u32y, in _MDrv_DMS_SetWin()
1303 (int)pstDMS_SetWin_Info->stOutputWinInfo.stCropWin.u32width, in _MDrv_DMS_SetWin()
1304 (int)pstDMS_SetWin_Info->stOutputWinInfo.stCropWin.u32height, in _MDrv_DMS_SetWin()
1360 (int)pDMSResPri->stDrvDMS.stOutputWinInfo[u32Window].stCropWin.u32x, in _MDrv_DMS_SetWin()
1361 (int)pDMSResPri->stDrvDMS.stOutputWinInfo[u32Window].stCropWin.u32y, in _MDrv_DMS_SetWin()
1362 (int)pDMSResPri->stDrvDMS.stOutputWinInfo[u32Window].stCropWin.u32width, in _MDrv_DMS_SetWin()
1363 (int)pDMSResPri->stDrvDMS.stOutputWinInfo[u32Window].stCropWin.u32height); in _MDrv_DMS_SetWin()