Searched refs:isHdr (Results 1 – 11 of 11) 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()
118 void setHDRContent(bool isHdr) { in setHDRContent() argument120 mIsHDR = isHdr; in setHDRContent()
71 bool isHdr) { in insert() argument92 layerInfo->setHDRContent(isHdr); in insert()
59 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()
926 public boolean isHdr() { in isHdr() method in Display929 return mDisplayInfo.isHdr(); in isHdr()
573 public boolean isHdr() { in isHdr() method in DisplayInfo
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()
2341 const bool isHdr = hdrDataSpace != Dataspace::UNKNOWN && in pickColorMode() local2343 if (isHdr) { in pickColorMode()2351 intent = isHdr ? RenderIntent::TONE_MAP_COLORIMETRIC : RenderIntent::COLORIMETRIC; in pickColorMode()2354 intent = isHdr ? RenderIntent::TONE_MAP_ENHANCE : RenderIntent::ENHANCE; in pickColorMode()
1716 ((displayInfo.isHdr() && mWmService.hasHdrSupport()) in computeScreenConfiguration()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...