Searched refs:DisplayColorProfile (Results 1 – 15 of 15) sorted by relevance
33 DisplayColorProfile::~DisplayColorProfile() = default;186 std::unique_ptr<compositionengine::DisplayColorProfile> createDisplayColorProfile( in createDisplayColorProfile()188 return std::make_unique<DisplayColorProfile>(args); in createDisplayColorProfile()191 DisplayColorProfile::DisplayColorProfile(const DisplayColorProfileCreationArgs& args) in DisplayColorProfile() function in android::compositionengine::impl::DisplayColorProfile227 DisplayColorProfile::~DisplayColorProfile() = default;229 bool DisplayColorProfile::isValid() const { in isValid()233 bool DisplayColorProfile::hasWideColorGamut() const { in hasWideColorGamut()237 int32_t DisplayColorProfile::getSupportedPerFrameMetadata() const { in getSupportedPerFrameMetadata()241 bool DisplayColorProfile::hasHDR10PlusSupport() const { in hasHDR10PlusSupport()245 bool DisplayColorProfile::hasHDR10Support() const { in hasHDR10Support()[all …]
349 compositionengine::DisplayColorProfile* Output::getDisplayColorProfile() const { in getDisplayColorProfile()353 void Output::setDisplayColorProfile(std::unique_ptr<compositionengine::DisplayColorProfile> mode) { in setDisplayColorProfile()362 std::unique_ptr<compositionengine::DisplayColorProfile> mode) { in setDisplayColorProfileForTest()
22 DisplayColorProfile::DisplayColorProfile() = default;23 DisplayColorProfile::~DisplayColorProfile() = default;
25 class DisplayColorProfile : public compositionengine::DisplayColorProfile {27 DisplayColorProfile();28 ~DisplayColorProfile() override;
61 MOCK_CONST_METHOD0(getDisplayColorProfile, compositionengine::DisplayColorProfile*());63 void(std::unique_ptr<compositionengine::DisplayColorProfile>));
34 class DisplayColorProfile : public compositionengine::DisplayColorProfile {36 DisplayColorProfile(const DisplayColorProfileCreationArgs&);37 ~DisplayColorProfile() override;92 std::unique_ptr<compositionengine::DisplayColorProfile> createDisplayColorProfile(
69 compositionengine::DisplayColorProfile* getDisplayColorProfile() const override;70 void setDisplayColorProfile(std::unique_ptr<compositionengine::DisplayColorProfile>) override;119 void setDisplayColorProfileForTest(std::unique_ptr<compositionengine::DisplayColorProfile>);189 std::unique_ptr<compositionengine::DisplayColorProfile> mDisplayColorProfile;
42 class DisplayColorProfile {47 virtual ~DisplayColorProfile();
53 class DisplayColorProfile; variable219 virtual DisplayColorProfile* getDisplayColorProfile() const = 0;287 virtual void setDisplayColorProfile(std::unique_ptr<DisplayColorProfile>) = 0;
51 impl::DisplayColorProfile build() const { in build()52 return impl::DisplayColorProfile{DisplayColorProfileCreationArgs{ in build()112 static impl::DisplayColorProfile createProfileWithNoColorModeSupport() { in createProfileWithNoColorModeSupport()116 static impl::DisplayColorProfile createProfileWithBT2020ColorModeSupport() { in createProfileWithBT2020ColorModeSupport()126 static impl::DisplayColorProfile createProfileWithSRGBColorModeSupport(bool wcg = true) { in createProfileWithSRGBColorModeSupport()136 static impl::DisplayColorProfile createProfileWithBT2100PQSupport() { in createProfileWithBT2100PQSupport()144 static impl::DisplayColorProfile createProfileWithDisplayP3ColorModeSupport() { in createProfileWithDisplayP3ColorModeSupport()190 impl::DisplayColorProfile profile = ProfileFactory().setPerFrameMetadata(123).build(); in TEST_F()262 EXPECT_EQ(DisplayColorProfile::sDefaultMaxLumiance, in TEST_F()264 EXPECT_EQ(DisplayColorProfile::sDefaultMaxLumiance, in TEST_F()[all …]
179 std::unique_ptr<DisplayColorProfile>(mDisplayColorProfile)); in OutputTest()201 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();1012 std::unique_ptr<DisplayColorProfile>(mDisplayColorProfile)); in OutputPrepareFrameTest()1017 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();1079 std::unique_ptr<DisplayColorProfile>(mDisplayColorProfile)); in OutputPrepareFrameAsyncTest()1084 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();2143 std::unique_ptr<DisplayColorProfile>(mDisplayColorProfile)); in OutputUpdateColorProfileTest()2159 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();2805 std::unique_ptr<DisplayColorProfile>(mDisplayColorProfile)); in OutputBeginFrameTest()2864 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();[all …]
407 mock::DisplayColorProfile* colorProfile = new StrictMock<mock::DisplayColorProfile>(); in TEST_F()408 mDisplay->setDisplayColorProfileForTest(std::unique_ptr<DisplayColorProfile>(colorProfile)); in TEST_F()444 mock::DisplayColorProfile* colorProfile = new StrictMock<mock::DisplayColorProfile>(); in TEST_F()446 std::unique_ptr<DisplayColorProfile>(colorProfile)); in TEST_F()
615 StrictMock<mock::DisplayColorProfile> mDisplayColorProfile;968 StrictMock<mock::DisplayColorProfile> mDisplayColorProfile;1472 NiceMock<mock::DisplayColorProfile> mDisplayColorProfile;
77 "src/DisplayColorProfile.cpp",113 "mock/DisplayColorProfile.cpp",
50 output->setDisplayColorProfile(std::make_unique<compositionengine::impl::DisplayColorProfile>( in createScreenCaptureOutput()