Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayColorProfileTest.cpp320 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), IsEmpty()); in TEST_F()
328 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), SizeIs(2)); in TEST_F()
329 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), Contains(Hdr::HDR10)); in TEST_F()
330 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), Contains(Hdr::HLG)); in TEST_F()
341 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), SizeIs(2)); in TEST_F()
342 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), Contains(Hdr::HDR10)); in TEST_F()
343 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), Contains(Hdr::HLG)); in TEST_F()
/frameworks/native/libs/ui/include_vndk/ui/
DHdrCapabilities.h51 const std::vector<ui::Hdr>& getSupportedHdrTypes() const { in getSupportedHdrTypes() function
/frameworks/native/libs/ui/include/ui/
DHdrCapabilities.h51 const std::vector<ui::Hdr>& getSupportedHdrTypes() const { in getSupportedHdrTypes() function
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp196 std::vector<ui::Hdr> types = args.hdrCapabilities.getSupportedHdrTypes(); in DisplayColorProfile()
/frameworks/base/core/java/android/view/
DDisplay.java1448 public @HdrType int[] getSupportedHdrTypes() { in getSupportedHdrTypes() method in Display.HdrCapabilities
DDisplayInfo.java574 int[] types = hdrCapabilities != null ? hdrCapabilities.getSupportedHdrTypes() : null; in isHdr()
/frameworks/base/native/android/
Dsurface_control.cpp81 return !hdrCapabilities.getSupportedHdrTypes().empty(); in getHdrSupport()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1170 const auto& types = capabilities.getSupportedHdrTypes(); in nativeGetHdrCapabilities()
/frameworks/native/libs/gui/
DSurface.cpp355 *supported = !hdrCapabilities.getSupportedHdrTypes().empty(); in getHdrSupport()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1144 *outCapabilities = HdrCapabilities(capabilities.getSupportedHdrTypes(), in getHdrCapabilities()
/frameworks/base/non-updatable-api/
Dcurrent.txt49991 method public int[] getSupportedHdrTypes();
/frameworks/base/api/
Dcurrent.txt50135 method public int[] getSupportedHdrTypes();