Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A 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()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
H A DHdrFormatSelectionFragment.java286 private Preference createSupportedFormatPreference(int titleId, int hdrType, boolean enabled) { in createSupportedFormatPreference()
308 private Preference createUnsupportedFormatPreference(int titleId, int hdrType) { in createUnsupportedFormatPreference()
372 private int getFormatPreferenceTitleId(int hdrType) { in getFormatPreferenceTitleId()
387 private int getLogEntryId(int hdrType) { in getLogEntryId()
H A DHdrFormatPreferenceController.java40 Context context, int hdrType, DisplayManager displayManager) { in HdrFormatPreferenceController()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DDisplayColorProfile.cpp197 for (ui::Hdr hdrType : types) { in DisplayColorProfile() local