Searched refs:isHdrFormatSupported (Results 1 – 5 of 5) sorted by relevance
83 if (isHdrFormatSupported(modes[i], HDR_TYPE_DOLBY_VISION)) { in isDolbyVisionSupported()91 public static boolean isHdrFormatSupported(Display.Mode mode, int hdrFormat) { in isHdrFormatSupported() method in DisplaySoundUtils108 && !isHdrFormatSupported(currentMode, HDR_TYPE_DOLBY_VISION); in doesCurrentModeNotSupportDvBecauseLimitedTo4k30()
28 import static com.android.tv.settings.device.displaysound.DisplaySoundUtils.isHdrFormatSupported;77 if (!isHdrFormatSupported(mode, mHdrType)) { in updateState()
22 import static com.android.tv.settings.device.displaysound.DisplaySoundUtils.isHdrFormatSupported;200 if (!isHdrFormatSupported(display.getMode(), systemPreferredType)) { in selectForceHdrConversion()
24 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()
25 import static com.android.tv.settings.device.displaysound.DisplaySoundUtils.isHdrFormatSupported;343 if (!isHdrFormatSupported(mode, hdrType)) { in createSupportedFormatPreference()