Lines Matching refs:u16Pitch
635 MS_U16 u16Pitch = 0; in _DMS_DIP_CalcPitch() local
642 u16Pitch = u16Width * 3 / 2; //*1.5 in _DMS_DIP_CalcPitch()
648 u16Pitch = u16Width << 1; in _DMS_DIP_CalcPitch()
651 u16Pitch = u16Width << 2; in _DMS_DIP_CalcPitch()
654 u16Pitch = 0; in _DMS_DIP_CalcPitch()
657 return u16Pitch; in _DMS_DIP_CalcPitch()
1057 DIPRWinPropertytoShow_EX.stDIPRProperty.u16Pitch = 1920; in _MDrv_DMS_DI_Init()
1974 …stMVOPDispSize.u16Pitch[0] = RES_DMS._stXC_DIPPushInfo[MVOP_WINDOW][u32CurReadPointer].u16Src2ndBu… in _Task_DMS_SetMVOP()
1980 …stMVOPDispSize.u16Pitch[0] = RES_DMS._stXC_DIPPushInfo[MVOP_WINDOW][u32CurReadPointer].u16SrcPitch; in _Task_DMS_SetMVOP()
1984 …stMVOPDispSize.u16Pitch[1] = RES_DMS._stXC_DIPPushInfo[MVOP_WINDOW][u32CurReadPointer].u16Src10bit… in _Task_DMS_SetMVOP()
2887 …DIPRWinPropertytoShow_EX.stDIPRProperty.u16Pitch = _DMS_DIP_CalcPitch(DIPRWinPropertytoShow_EX.stD… in _DMS_SetDIPRWindow()
2943 …PRWinPropertytoShow_EX.stDIPRProperty.u16Height, DIPRWinPropertytoShow_EX.stDIPRProperty.u16Pitch); in _DMS_SetDIPRWindow()
2984 …DIPRWinPropertytoShow_EX.stDIPRProperty.u16Pitch = _DMS_DIP_CalcPitch(RES_DMS._stXC_DIPMemInfo[E_D… in _DMS_SetDIPRWindow()
2994 …DIPRWinPropertytoShow_EX.stDIPRProperty.u16Pitch = _DMS_DIP_CalcPitch(RES_DMS._stXC_DIPMemInfo[E_D… in _DMS_SetDIPRWindow()
3081 …DIPRWinPropertytoShow_EX.stDIPRProperty.u16Pitch = _DMS_DIP_CalcPitch(RES_DMS._stXC_DIPMemInfo[E_D… in _DMS_SetDIPRWindow()
3098 …how_EX.stDIPRProperty.u16Height,DIPRWinPropertytoShow_EX.stDIPRProperty.u16Pitch,DIPRWinPropertyto… in _DMS_SetDIPRWindow()
3146 …DIPWinPropertytoShow.u16Pitch = _DMS_DIP_CalcPitch(RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_MVOP]… in _DMS_SetDIPWWindow()
3190 …DIPWinPropertytoShow.u16Pitch = _DMS_DIP_CalcPitch(RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_GOP].… in _DMS_SetDIPWWindow()
3286 …DIPWinPropertytoShow.u16Pitch = _DMS_DIP_CalcPitch(_DMS_DIP_Capture_ColorFmtMapping(RES_DMSCAPTURE… in _DMS_SetDIPWWindow()
3372 …DIPWinPropertytoShow.u16Pitch = _DMS_DIP_CalcPitch(RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_MVOP]… in _DMS_SetDIPWWindow()
3398 …DIPWinPropertytoShow.u16Width,DIPWinPropertytoShow.u16Height,DIPWinPropertytoShow.u16Pitch,DIPWinP… in _DMS_SetDIPWWindow()
3885 MS_U16 u16Pitch = 0; in _DMS_MVOP_CalcPitch() local
3895 u16Pitch = u16Width / 8; in _DMS_MVOP_CalcPitch()
3900 u16Pitch = u16Width / 4; in _DMS_MVOP_CalcPitch()
3902 return u16Pitch; in _DMS_MVOP_CalcPitch()
3908 MS_U16 u16Pitch = _DMS_MVOP_CalcPitch(u16Width); in _DMS_MVOP_SetPitch() local
3909 MApi_XC_Write2ByteMask(0x101440,((u16Pitch & 0xFF) << 8),0xFF00); in _DMS_MVOP_SetPitch()
3910 MApi_XC_WriteByteMask(0x101430,(u16Pitch >> 8),0x03); in _DMS_MVOP_SetPitch()