Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/
H A DdrvDMS.c1096 … pSHM->McuDispQueue[pSHM->u8McuDispQWPtr].u16CropLeft = gDMSCtrl[u32Id].stCurrentCropWin.u32x; in _Task_DMS_Mointor()
1097 … pSHM->McuDispQueue[pSHM->u8McuDispQWPtr].u16CropTop = gDMSCtrl[u32Id].stCurrentCropWin.u32y; in _Task_DMS_Mointor()
1099 … - gDMSCtrl[u32Id].stCurrentCropWin.u32width in _Task_DMS_Mointor()
1100 - gDMSCtrl[u32Id].stCurrentCropWin.u32x; in _Task_DMS_Mointor()
1102 … - gDMSCtrl[u32Id].stCurrentCropWin.u32height in _Task_DMS_Mointor()
1103 - gDMSCtrl[u32Id].stCurrentCropWin.u32y; in _Task_DMS_Mointor()
1923 pSHM->McuDispQueue[u8WIndex].u16CropLeft = gDMSCtrl[u32WindowID].stCurrentCropWin.u32x; in MDrv_DMS_Video_Flip()
1924 pSHM->McuDispQueue[u8WIndex].u16CropTop = gDMSCtrl[u32WindowID].stCurrentCropWin.u32y; in MDrv_DMS_Video_Flip()
1926 … - gDMSCtrl[u32WindowID].stCurrentCropWin.u32width in MDrv_DMS_Video_Flip()
1927 - gDMSCtrl[u32WindowID].stCurrentCropWin.u32x; in MDrv_DMS_Video_Flip()
[all …]
H A DdrvDMS.h378 ST_DMS_WINDOW stCurrentCropWin; member