Home
last modified time | relevance | path

Searched refs:GetRawColorProfile (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_image.h103 const std::shared_ptr<const HeifRawColorProfile> &GetRawColorProfile() const;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_image.cpp223 const std::shared_ptr<const HeifRawColorProfile> &HeifImage::GetRawColorProfile() const in GetRawColorProfile() function in OHOS::ImagePlugin::HeifImage
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/
H A Dimage_heif_impl_fuzzer.cpp257 auto heifrawcolorprofile = heifimage->GetRawColorProfile(); in HeifImplFuzzTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp375 auto &iccProfile = image->GetRawColorProfile(); in SetColorSpaceInfo()