Home
last modified time | relevance | path

Searched defs:hdrType (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Media/apex/framework/java/android/media/
DApplicationMediaCapabilities.java136 public boolean isHdrTypeSupported( in isHdrTypeSupported()
569 public Builder addSupportedHdrType( in addSupportedHdrType()
582 private boolean isValidVideoCodecHdrType(@NonNull String hdrType) { in isValidVideoCodecHdrType()
600 public Builder addUnsupportedHdrType( in addUnsupportedHdrType()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
DPreferredDynamicRangeForceFragment.java125 String hdrType = key.substring(KEY_HDR_FORMAT_PREFIX.length()); in onPreferenceTreeClick() local
215 private int getFormatPreferenceTitleId(int hdrType) { in getFormatPreferenceTitleId()
239 private String getInfoClassName(int hdrType) { in getInfoClassName()
DHdrFormatSelectionFragment.java332 private Preference createSupportedFormatPreference(int titleId, int hdrType, boolean enabled) { in createSupportedFormatPreference()
361 private Preference createUnsupportedFormatPreference(int titleId, int hdrType) { in createUnsupportedFormatPreference()
425 private int getFormatPreferenceTitleId(int hdrType) { in getFormatPreferenceTitleId()
440 private int getLogEntryId(int hdrType) { in getLogEntryId()
DDisplaySoundUtils.java135 static void enableHdrType(DisplayManager displayManager, int hdrType) { in enableHdrType()
141 static void disableHdrType(DisplayManager displayManager, int hdrType) { in disableHdrType()
DHdrFormatPreferenceController.java55 Context context, int hdrType, DisplayManager displayManager) { in HdrFormatPreferenceController()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/display/displaysound/
DHdrFormatPreferenceController.java51 int hdrType, in HdrFormatPreferenceController()
DHdrFormatSelectionState.java333 static String getFormatPreferenceTitle(Context context, int hdrType) { in getFormatPreferenceTitle()