Home
last modified time | relevance | path

Searched refs:HLG (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/renderengine/include/renderengine/private/
DDescription.h36 HLG, // Hybrid Log-Gamma for HDR. enumerator
/frameworks/native/libs/renderengine/
DDescription.cpp32 return Description::TransferFunction::HLG; in dataSpaceToTransferFunction()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayColorProfileTest.cpp168 .addHdrType(Hdr::HLG) in createProfileWithBT2100PQSupport()
176 .addHdrType(Hdr::HLG) in createProfileWithDisplayP3ColorModeSupport()
262 auto profile = ProfileFactory().addHdrType(Hdr::HLG).build(); in TEST_F()
330 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), Contains(Hdr::HLG)); in TEST_F()
338 .addHdrTypes({Hdr::HLG, Hdr::HDR10}) in TEST_F()
343 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), Contains(Hdr::HLG)); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp205 case ui::Hdr::HLG: in DisplayColorProfile()
231 types.push_back(ui::Hdr::HLG); in DisplayColorProfile()
/frameworks/native/libs/renderengine/gl/
DProgramCache.cpp174 case Description::TransferFunction::HLG: in computeKey()
190 case Description::TransferFunction::HLG: in computeKey()
/frameworks/av/media/libstagefright/foundation/
DColorUtils.cpp493 { CU::kColorTransferHLG, GET_HAL_BITFIELD(TRANSFER, HLG) },
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp715 DoAll(SetArgPointee<1>(std::vector<Hdr>({Hdr::HLG})), Return(Error::NONE))); in setupComposerCallExpectations()