Searched refs:HDR10 (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | DynamicRangeProfiles.java | 76 public static final long HDR10 = field in DynamicRangeProfiles 157 HDR10, 241 if (profile == STANDARD || profile == HLG10 || profile == HDR10 || profile == HDR10_PLUS in checkProfileValue()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | DisplayColorProfileTest.cpp | 119 .addHdrType(Hdr::HDR10) in createProfileWithBT2020ColorModeSupport() 129 .addHdrType(Hdr::HDR10) in createProfileWithSRGBColorModeSupport() 222 auto profile = ProfileFactory().addHdrType(Hdr::HDR10).build(); in TEST_F() 300 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), Contains(Hdr::HDR10)); in TEST_F() 309 .addHdrTypes({Hdr::HLG, Hdr::HDR10}) in TEST_F() 313 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), Contains(Hdr::HDR10)); in TEST_F()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | DisplayColorProfile.cpp | 202 case ui::Hdr::HDR10: in DisplayColorProfile() 227 types.push_back(ui::Hdr::HDR10); in DisplayColorProfile()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp | 69 Hdr::HDR10, in setupComposerCallExpectations() 85 .WillOnce(DoAll(SetArgPointee<1>(std::vector<Hdr>({Hdr::HDR10})), in setupComposerCallExpectations()
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2Mapper.cpp | 282 { C2Config::hdr_format_t::HDR10, HEVCProfileMain10HDR10 }, 380 { C2Config::hdr_format_t::HDR10, VP9Profile2HDR }, 381 { C2Config::hdr_format_t::HDR10, VP9Profile3HDR }, 435 { C2Config::hdr_format_t::HDR10, AV1ProfileMain10HDR10 },
|
/frameworks/native/services/surfaceflinger/fuzzer/ |
D | surfaceflinger_fuzzers_utils.h | 111 static constexpr ui::Hdr kHdrTypes[] = {ui::Hdr::DOLBY_VISION, ui::Hdr::HDR10, ui::Hdr::HLG,
|
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 1681 HDR10, ///< HDR10
|
/frameworks/proto_logging/stats/enums/app/ |
D | tvsettings_enums.proto | 328 // Format Selection > HDR10+
|
/frameworks/base/core/api/ |
D | current.txt | 18177 field public static final long HDR10 = 4L; // 0x4L
|