Home
last modified time | relevance | path

Searched refs:KEY_VideoPanel_patchToInterlaced (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/common/
H A DKeys.java232 …public final static String[] KEY_VideoPanel_patchToInterlaced = { "VideoPanel.patchToInterlaced", … field in Keys
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/gui/
H A DCollectionProperties.java685 Keys.KEY_VideoPanel_patchToInterlaced, in buildVideoPanel()
712 Common.getSettings().setBooleanProperty(Keys.KEY_VideoPanel_patchToInterlaced[0], false); in buildVideoPanel()
716 else if (str.equals(Keys.KEY_VideoPanel_patchToInterlaced[0]) && checkBox.isSelected()) in buildVideoPanel()
H A DPreSettings.java616 Keys.KEY_VideoPanel_patchToInterlaced, in buildVideoPanel()
643 Common.getSettings().setBooleanProperty(Keys.KEY_VideoPanel_patchToInterlaced[0], false); in buildVideoPanel()
647 else if (str.equals(Keys.KEY_VideoPanel_patchToInterlaced[0]) && checkBox.isSelected()) in buildVideoPanel()
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/parser/
H A DMainProcess.java566 messageSetting(collection, Keys.KEY_VideoPanel_patchToInterlaced); in messageSettings()
H A DGop.java120 …ToInterlaced = collection.getSettings().getBooleanProperty(Keys.KEY_VideoPanel_patchToInterlaced); in getSettings()