Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp93 bool isHdr = false; in getColorModeCandidates() local
96 isHdr = true; in getColorModeCandidates()
102 if (isHdr) { in getColorModeCandidates()
128 bool isHdr = false; in getRenderIntentCandidates() local
131 isHdr = true; in getRenderIntentCandidates()
136 if (isHdr) { in getRenderIntentCandidates()
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerInfo.h149 void setHDRContent(bool isHdr) { in setHDRContent() argument
151 mIsHDR = isHdr; in setHDRContent()
DLayerHistory.cpp73 bool isHdr) { in insert() argument
94 layerInfo->setHDRContent(isHdr); in insert()
DLayerHistory.h60 void insert(const std::unique_ptr<LayerHandle>& layerHandle, nsecs_t presentTime, bool isHdr);
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp496 HevcProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in HevcProfileLevelMapper()
498 mIsHdr(isHdr), mIsHdr10Plus(isHdr10Plus) {} in HevcProfileLevelMapper()
574 Vp9ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Vp9ProfileLevelMapper()
576 mIsHdr(isHdr), mIsHdr10Plus(isHdr10Plus) {} in Vp9ProfileLevelMapper()
601 Av1ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Av1ProfileLevelMapper()
603 mIsHdr(isHdr), mIsHdr10Plus(isHdr10Plus) {} in Av1ProfileLevelMapper()
/frameworks/av/media/libstagefright/
DUtils.cpp114 static bool isHdr(const sp<AMessage> &format) { in isHdr() function
118 int32_t isHdr; in isHdr() local
119 if (format->findInt32("android._is-hdr", &isHdr)) { in isHdr()
120 return isHdr; in isHdr()
332 if (isHdr(format) && codecProfile == OMX_VIDEO_HEVCProfileMain10) { in parseHevcProfileLevelFromHvcc()
536 if (isHdr(format)) { in parseVp9ProfileLevelFromCsd()
597 if (isHdr(format) && profile == AV1ProfileMain10) { in parseAV1ProfileLevelFromCsd()
/frameworks/base/core/java/android/view/
DDisplay.java926 public boolean isHdr() { in isHdr() method in Display
929 return mDisplayInfo.isHdr(); in isHdr()
DDisplayInfo.java573 public boolean isHdr() { in isHdr() method in DisplayInfo
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2367 const bool isHdr = hdrDataSpace != Dataspace::UNKNOWN && in pickColorMode() local
2369 if (isHdr) { in pickColorMode()
2377 intent = isHdr ? RenderIntent::TONE_MAP_COLORIMETRIC : RenderIntent::COLORIMETRIC; in pickColorMode()
2380 intent = isHdr ? RenderIntent::TONE_MAP_ENHANCE : RenderIntent::ENHANCE; in pickColorMode()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1722 ((displayInfo.isHdr() && mWmService.hasHdrSupport()) in computeScreenConfiguration()
/frameworks/base/non-updatable-api/
Dcurrent.txt49967 method public boolean isHdr();
/frameworks/base/api/
Dcurrent.txt50111 method public boolean isHdr();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74262 Landroid/view/DisplayInfo;->isHdr()Z