Home
last modified time | relevance | path

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

/frameworks/av/media/module/libmediatranscoding/transcoder/
DNdkCommon.cpp98 int32_t isHdr; in VideoIsHdr() local
99 if (AMediaFormat_getInt32(format, "android._is-hdr", &isHdr)) { in VideoIsHdr()
100 return isHdr; in VideoIsHdr()
/frameworks/base/graphics/java/android/graphics/
DYuvImage.java108 private static String printSupportedJpegRColorSpaces(boolean isHdr) { in printSupportedJpegRColorSpaces() argument
109 ColorSpace.Named[] colorSpaces = isHdr ? sSupportedJpegRHdrColorSpaces : in printSupportedJpegRColorSpaces()
121 private static boolean isSupportedJpegRColorSpace(boolean isHdr, int colorSpace) { in isSupportedJpegRColorSpace() argument
122 ColorSpace.Named[] colorSpaces = isHdr ? sSupportedJpegRHdrColorSpaces : in isSupportedJpegRColorSpace()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp99 bool isHdr = isHdrColorMode(mode); in getColorModeCandidates() local
102 if (isHdr) { in getColorModeCandidates()
128 bool isHdr = false; in getRenderIntentCandidates() local
131 isHdr = true; in getRenderIntentCandidates()
136 if (isHdr) { in getRenderIntentCandidates()
DOutput.cpp1024 const bool isHdr = hdrDataSpace != ui::Dataspace::UNKNOWN && in pickColorProfile() local
1026 if (isHdr) { in pickColorProfile()
1034 intent = isHdr ? ui::RenderIntent::TONE_MAP_COLORIMETRIC in pickColorProfile()
1038 intent = isHdr ? ui::RenderIntent::TONE_MAP_ENHANCE : ui::RenderIntent::ENHANCE; in pickColorProfile()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp580 HevcProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in HevcProfileLevelMapper()
582 mIsHdr(isHdr), mIsHdr10Plus(isHdr10Plus) {} in HevcProfileLevelMapper()
661 Vp9ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Vp9ProfileLevelMapper()
663 mIsHdr(isHdr), mIsHdr10Plus(isHdr10Plus) {} in Vp9ProfileLevelMapper()
691 Av1ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false, int32_t bitDepth = 8) : in Av1ProfileLevelMapper()
693 mIsHdr(isHdr), mIsHdr10Plus(isHdr10Plus), mBitDepth(bitDepth) {} in Av1ProfileLevelMapper()
/frameworks/base/core/java/android/view/
DDisplayInfo.java792 public boolean isHdr() { in isHdr() method in DisplayInfo
DDisplay.java1394 public boolean isHdr() { in isHdr() method in Display
DViewRootImpl.java6278 boolean isHdr = colorMode == ActivityInfo.COLOR_MODE_HDR in updateColorModeIfNeeded()
6280 if (isHdr && !mDisplay.isHdrSdrRatioAvailable()) { in updateColorModeIfNeeded()
6282 isHdr = false; in updateColorModeIfNeeded()
6295 mHdrRenderState.setDesiredHdrSdrRatio(isHdr, desiredRatio); in updateColorModeIfNeeded()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2492 ((displayInfo.isHdr() && mWmService.hasHdrSupport()) in computeScreenConfiguration()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt50738 method public boolean isHdr();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59190 Landroid/view/DisplayInfo;->isHdr()Z