Lines Matching refs:u16Height
399 MS_U16 u16Height = dff->stFrames[u8FrameIndex].u32Height in _DMS_Update_DS_Table() local
432 gDMSCtrl[Overlay_ID].u32HeightForOutsideCrop = u16Height; in _DMS_Update_DS_Table()
439 …CropWin.u32y = (u16Height * gDMSCtrl[Overlay_ID].stOutSideCropWin.u32y) / gDMSCtrl[Overlay_ID].u32… in _DMS_Update_DS_Table()
441 …CropWin.u32height = (u16Height * gDMSCtrl[Overlay_ID].stOutSideCropWin.u32height) / gDMSCtrl[Overl… in _DMS_Update_DS_Table()
448 CropWin.u32height = u16Height; in _DMS_Update_DS_Table()
504 stXC_SetWin_Info.stCapWin.height = u16Height; in _DMS_Update_DS_Table()
557 if (u16Height >= 2160) { in _DMS_Update_DS_Table()
616 … OutSideCropWinRatio[Overlay_ID].y = (float)OutSideCropWin[Overlay_ID].y / (float)u16Height; in _DMS_Update_DS_Table()
618 …tSideCropWinRatio[Overlay_ID].height = (float)OutSideCropWin[Overlay_ID].height / (float)u16Height; in _DMS_Update_DS_Table()
632 newCropWin.y = u16Height * OutSideCropWinRatio[Overlay_ID].y; in _DMS_Update_DS_Table()
634 newCropWin.height = u16Height * OutSideCropWinRatio[Overlay_ID].height; in _DMS_Update_DS_Table()
669 CropWin.u32y = u16Height - (CropWin.u32y + CropWin.u32height); in _DMS_Update_DS_Table()
1101 …uDispQueue[pSHM->u8McuDispQWPtr].u16CropBottom = pSHM->McuDispQueue[pSHM->u8McuDispQWPtr].u16Height in _Task_DMS_Mointor()
1608 MS_U16 u16Height = pstDispFrameFormat->stFrames[0].u32Height in MDrv_DMS_Video_Flip() local
1732 pSHM->McuDispQueue[u8WIndex].u16Height = u16Height; in MDrv_DMS_Video_Flip()
1735 pSHM->McuDispQueue[u8WIndex].u16Height = pstDispFrameFormat->stFrames[0].u32Height; in MDrv_DMS_Video_Flip()
1857 … pDispQ_Ext->McuDispQueue[u8WIndex].u16Height = pstDispFrameFormat->stDispFrmInfoExt.u16Height; in MDrv_DMS_Video_Flip()
1928 pSHM->McuDispQueue[u8WIndex].u16CropBottom = pSHM->McuDispQueue[u8WIndex].u16Height in MDrv_DMS_Video_Flip()