Lines Matching refs:u16Width

396     MS_U16 u16Width = dff->stFrames[u8FrameIndex].u32Width  in _DMS_Update_DS_Table()  local
431 gDMSCtrl[Overlay_ID].u32WidthForOutsideCrop = u16Width; in _DMS_Update_DS_Table()
438 …CropWin.u32x = (u16Width * gDMSCtrl[Overlay_ID].stOutSideCropWin.u32x) / gDMSCtrl[Overlay_ID].u32W… in _DMS_Update_DS_Table()
440 …CropWin.u32width = (u16Width * gDMSCtrl[Overlay_ID].stOutSideCropWin.u32width) / gDMSCtrl[Overlay_… in _DMS_Update_DS_Table()
447 CropWin.u32width = u16Width; in _DMS_Update_DS_Table()
503 stXC_SetWin_Info.stCapWin.width = u16Width; in _DMS_Update_DS_Table()
546 if (gDMSCtrl[Overlay_ID].u8SaveBandwidthMode && (u16Width >= 3840)) { in _DMS_Update_DS_Table()
549 } else if (u16Width >= 3840) { in _DMS_Update_DS_Table()
615 … OutSideCropWinRatio[Overlay_ID].x = (float)OutSideCropWin[Overlay_ID].x / (float)u16Width; in _DMS_Update_DS_Table()
617 … OutSideCropWinRatio[Overlay_ID].width = (float)OutSideCropWin[Overlay_ID].width / (float)u16Width; in _DMS_Update_DS_Table()
631 newCropWin.x = u16Width * OutSideCropWinRatio[Overlay_ID].x; in _DMS_Update_DS_Table()
633 newCropWin.width = u16Width * OutSideCropWinRatio[Overlay_ID].width; in _DMS_Update_DS_Table()
665 CropWin.u32x = u16Width - (CropWin.u32x + CropWin.u32width); in _DMS_Update_DS_Table()
1098 …McuDispQueue[pSHM->u8McuDispQWPtr].u16CropRight = pSHM->McuDispQueue[pSHM->u8McuDispQWPtr].u16Width in _Task_DMS_Mointor()
1605 MS_U16 u16Width = pstDispFrameFormat->stFrames[0].u32Width in MDrv_DMS_Video_Flip() local
1731 pSHM->McuDispQueue[u8WIndex].u16Width = (u16Width + 1) & ~1; in MDrv_DMS_Video_Flip()
1734 … pSHM->McuDispQueue[u8WIndex].u16Width = (pstDispFrameFormat->stFrames[0].u32Width + 1) & ~1; in MDrv_DMS_Video_Flip()
1856 … pDispQ_Ext->McuDispQueue[u8WIndex].u16Width = pstDispFrameFormat->stDispFrmInfoExt.u16Width; in MDrv_DMS_Video_Flip()
1925 pSHM->McuDispQueue[u8WIndex].u16CropRight = pSHM->McuDispQueue[u8WIndex].u16Width in MDrv_DMS_Video_Flip()