Searched refs:isHdr (Results 1 – 13 of 13) sorted by relevance
93 bool isHdr = false; in getColorModeCandidates() local96 isHdr = true; in getColorModeCandidates()102 if (isHdr) { in getColorModeCandidates()128 bool isHdr = false; in getRenderIntentCandidates() local131 isHdr = true; in getRenderIntentCandidates()136 if (isHdr) { in getRenderIntentCandidates()
149 void setHDRContent(bool isHdr) { in setHDRContent() argument151 mIsHDR = isHdr; in setHDRContent()
73 bool isHdr) { in insert() argument94 layerInfo->setHDRContent(isHdr); in insert()
60 void insert(const std::unique_ptr<LayerHandle>& layerHandle, nsecs_t presentTime, bool isHdr);
496 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()
114 static bool isHdr(const sp<AMessage> &format) { in isHdr() function118 int32_t isHdr; in isHdr() local119 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()
926 public boolean isHdr() { in isHdr() method in Display929 return mDisplayInfo.isHdr(); in isHdr()
573 public boolean isHdr() { in isHdr() method in DisplayInfo
2367 const bool isHdr = hdrDataSpace != Dataspace::UNKNOWN && in pickColorMode() local2369 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()
1722 ((displayInfo.isHdr() && mWmService.hasHdrSupport()) in computeScreenConfiguration()
49967 method public boolean isHdr();
50111 method public boolean isHdr();
74262 Landroid/view/DisplayInfo;->isHdr()Z