Lines Matching refs:u32FrameRate

365 …cEventID[Overlay_ID], u32WaitEventFlag, &u32Events, E_OR_CLEAR, FRAME_DURATION(dff->u32FrameRate));  in _DMS_Wait_MVOP_Vsync()
715 …C_Set_DS_ForceI_DeInterlaceMode %d %d\n", __func__, __LINE__, dff->u8Interlace, dff->u32FrameRate); in _DMS_Update_DS_Table()
716 …MApi_XC_Set_DS_ForceI_DeInterlaceMode(dff->u8Interlace ? 0 : 1, TRUE, dff->u32FrameRate, (SCALER_W… in _DMS_Update_DS_Table()
791 …C_Set_DS_ForceI_DeInterlaceMode %d %d\n", __func__, __LINE__, dff->u8Interlace, dff->u32FrameRate); in _DMS_Update_DS_Table()
793 …C_Set_DS_ForceI_DeInterlaceMode(dff->u8Interlace ? 0 : 1, FALSE, dff->u32FrameRate, (SCALER_WIN) O… in _DMS_Update_DS_Table()
815 MS_U32 u32FrameRate = pstDispFrameFormat->u32FrameRate; in _DMS_Ddecide_SW_FRC_Mode() local
820 if ((u32FrameRate << 1) == u32OutputFrmRate) { // Ex: 30x2 = 60i in _DMS_Ddecide_SW_FRC_Mode()
822 } else if (u32FrameRate == 60000) { // Input 120i in _DMS_Ddecide_SW_FRC_Mode()
830 } else if (u32FrameRate == 50000) { // Input 100i in _DMS_Ddecide_SW_FRC_Mode()
838 } else if (u32FrameRate >= 29970 in _DMS_Ddecide_SW_FRC_Mode()
839 && u32FrameRate <= 30000) { in _DMS_Ddecide_SW_FRC_Mode()
850 } else if (u32FrameRate == 25000) { // Input 50i in _DMS_Ddecide_SW_FRC_Mode()
856 } else if (u32FrameRate >= 23970 in _DMS_Ddecide_SW_FRC_Mode()
857 && u32FrameRate <= 24000) { in _DMS_Ddecide_SW_FRC_Mode()
868 if (u32FrameRate == u32OutputFrmRate) { // Ex: 25p = 25p in _DMS_Ddecide_SW_FRC_Mode()
870 } else if ((u32FrameRate<<1) == u32OutputFrmRate) { // Ex: 25p x 2 = 50p in _DMS_Ddecide_SW_FRC_Mode()
872 } else if (u32FrameRate == 60000) { in _DMS_Ddecide_SW_FRC_Mode()
876 } else if (u32FrameRate == 50000) { in _DMS_Ddecide_SW_FRC_Mode()
880 } else if (u32FrameRate >= 29970 in _DMS_Ddecide_SW_FRC_Mode()
881 && u32FrameRate <= 30000) { in _DMS_Ddecide_SW_FRC_Mode()
892 } else if (u32FrameRate == 25000) { in _DMS_Ddecide_SW_FRC_Mode()
899 } else if (u32FrameRate >= 23970 in _DMS_Ddecide_SW_FRC_Mode()
900 && u32FrameRate <= 24000) { in _DMS_Ddecide_SW_FRC_Mode()
922 … (int)u32FrameRate, (int)u32OutputFrmRate, (int)u32WindowID, gDMSCtrl[u32WindowID].u8FrcMode); in _DMS_Ddecide_SW_FRC_Mode()
1676 gDMSCtrl[u32WindowID].u16FrameRate = (MS_U16)pstDispFrameFormat->u32FrameRate; in MDrv_DMS_Video_Flip()
1689 if (gDMSCtrl[u32WindowID].u16FrameRate != (MS_U16)pstDispFrameFormat->u32FrameRate) { in MDrv_DMS_Video_Flip()
1691 gDMSCtrl[u32WindowID].u16FrameRate = pstDispFrameFormat->u32FrameRate; in MDrv_DMS_Video_Flip()