Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
DDisplaySoundUtils.java83 if (isHdrFormatSupported(modes[i], HDR_TYPE_DOLBY_VISION)) { in isDolbyVisionSupported()
91 public static boolean isHdrFormatSupported(Display.Mode mode, int hdrFormat) { in isHdrFormatSupported() method in DisplaySoundUtils
108 && !isHdrFormatSupported(currentMode, HDR_TYPE_DOLBY_VISION); in doesCurrentModeNotSupportDvBecauseLimitedTo4k30()
DHdrFormatPreferenceController.java28 import static com.android.tv.settings.device.displaysound.DisplaySoundUtils.isHdrFormatSupported;
77 if (!isHdrFormatSupported(mode, mHdrType)) { in updateState()
DPreferredDynamicRangeFragment.java22 import static com.android.tv.settings.device.displaysound.DisplaySoundUtils.isHdrFormatSupported;
200 if (!isHdrFormatSupported(display.getMode(), systemPreferredType)) { in selectForceHdrConversion()
DResolutionSelectionFragment.java24 import static com.android.tv.settings.device.displaysound.DisplaySoundUtils.isHdrFormatSupported;
276 isHdrFormatSupported(previousMode, HDR_TYPE_DOLBY_VISION) in showWarningDialogOnResolutionChange()
327 && !isHdrFormatSupported(currentMode, preferredHdrFormat)) { in changeHdrConversionFormatToOneSupportedByMode()
DHdrFormatSelectionFragment.java25 import static com.android.tv.settings.device.displaysound.DisplaySoundUtils.isHdrFormatSupported;
343 if (!isHdrFormatSupported(mode, hdrType)) { in createSupportedFormatPreference()