Home
last modified time | relevance | path

Searched refs:m_InterlaceMethod (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/
H A DVideoSettings.cpp16 m_InterlaceMethod = VS_INTERLACEMETHOD_AUTO; in CVideoSettings()
47 if (m_InterlaceMethod != right.m_InterlaceMethod) return true; in operator !=()
H A DVideoSettings.h92 EINTERLACEMETHOD m_InterlaceMethod; variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/
H A DMediaSettings.cpp81 m_defaultVideoSettings.m_InterlaceMethod = (EINTERLACEMETHOD)interlaceMethod; in Load()
210 XMLUtils::SetInt(pNode, "interlacemethod", m_defaultVideoSettings.m_InterlaceMethod); in Save()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/dialogs/
H A DGUIDialogVideoSettings.cpp78 …vs.m_InterlaceMethod = static_cast<EINTERLACEMETHOD>(std::static_pointer_cast<const CSettingInt>(s… in OnSettingChanged()
355 EINTERLACEMETHOD method = videoSettings.m_InterlaceMethod; in InitializeSettings()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDCodecs/Video/
H A DVDPAU.cpp1975 if (m_Deint != m_config.processInfo->GetVideoSettings().m_InterlaceMethod) in CheckFeatures()
1977 m_Deint = m_config.processInfo->GetVideoSettings().m_InterlaceMethod; in CheckFeatures()
2216 EINTERLACEMETHOD method = m_config.processInfo->GetVideoSettings().m_InterlaceMethod; in SetDeinterlacing()
2563 EINTERLACEMETHOD method = m_config.processInfo->GetVideoSettings().m_InterlaceMethod; in InitCycle()
H A DDVDVideoCodecFFmpeg.cpp464 EINTERLACEMETHOD mInt = m_processInfo.GetVideoSettings().m_InterlaceMethod; in SetFilters()
H A DVAAPI.cpp2011 EINTERLACEMETHOD method = m_config.processInfo->GetVideoSettings().m_InterlaceMethod; in InitCycle()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/
H A DVideoPlayerVideo.cpp923 deintMethod = m_processInfo.GetVideoSettings().m_InterlaceMethod; in OutputPicture()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DVideoDatabase.cpp4467 settings.m_InterlaceMethod = (EINTERLACEMETHOD)m_pDS->fv("Deinterlace").get_asInt(); in GetVideoSettings()
4515 …setting.m_InterlaceMethod, setting.m_ViewMode, setting.m_CustomZoomAmount, setting.m_CustomPixelRa… in SetVideoSettings()
4538 …idFile, setting.m_InterlaceMethod, setting.m_ViewMode, setting.m_CustomZoomAmount, setting.m_Custo… in SetVideoSettings()