Home
last modified time | relevance | path

Searched refs:HDR10_PLUS (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/apex/media/framework/java/android/media/
DMediaFeature.java50 public static final String HDR10_PLUS = "android.media.feature.hdr.hdr10_plus"; field in MediaFeature.HdrType
61 HdrType.HDR10_PLUS,
DApplicationMediaCapabilities.java452 mSupportedHdrTypes.add(MediaFeature.HdrType.HDR10_PLUS); in parseFormatTag()
454 mUnsupportedHdrTypes.add(MediaFeature.HdrType.HDR10_PLUS); in parseFormatTag()
585 && !hdrType.equals(MediaFeature.HdrType.HDR10_PLUS) in isValidVideoCodecHdrType()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp199 case ui::Hdr::HDR10_PLUS: in DisplayColorProfile()
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp69 Hdr::HDR10_PLUS, in setupComposerCallExpectations()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayColorProfileTest.cpp211 auto profile = ProfileFactory().addHdrType(Hdr::HDR10_PLUS).build(); in TEST_F()
/frameworks/base/apex/media/framework/api/
Dcurrent.txt63 field public static final String HDR10_PLUS = "android.media.feature.hdr.hdr10_plus";