Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_image.cpp32 rawColorProfile_.reset(); in ~HeifImage()
225 return rawColorProfile_; in GetRawColorProfile()
232 rawColorProfile_ = std::move(icc); in SetColorProfile()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_image.h146 std::shared_ptr<const HeifRawColorProfile> rawColorProfile_; variable