Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
DDisplaySoundUtils.java81 public static boolean isDolbyVisionSupported(Display.Mode[] modes) { in isDolbyVisionSupported() method in DisplaySoundUtils
107 return is4k60HzMode && isDolbyVisionSupported(supportedModes) in doesCurrentModeNotSupportDvBecauseLimitedTo4k30()