Home
last modified time | relevance | path

Searched refs:sourceHdrType_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp742 ImageHdrType hdrType = sourceHdrType_; in InitDecodeContext()
965 if (IsSingleHdrImage(sourceHdrType_)) { in SetPixelMapColorSpace()
974 if (context.hdrType > ImageHdrType::SDR || IsSingleHdrImage(sourceHdrType_)) { in SetPixelMapColorSpace()
1817 sourceHdrType_ = mainDecoder_->CheckHdrType(); in ParseHdrType()
1823 if (sourceHdrType_ != ImageHdrType::UNKNOWN) { in IsHdrImage()
1824 return sourceHdrType_ > ImageHdrType::SDR; in IsHdrImage()
1829 return sourceHdrType_ > ImageHdrType::SDR; in IsHdrImage()
1907 sourceHdrType_ = ImageHdrType::UNKNOWN; in ImageSource()
4464 mainInfo.hdrType = sourceHdrType_; in DecodeHeifAuxiliaryPictures()
4525 if (sourceHdrType_ > ImageHdrType::SDR) { in CheckJpegSourceStream()
[all …]
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h401 ImageHdrType sourceHdrType_; // source image hdr type; variable