Home
last modified time | relevance | path

Searched refs:SetColorProfile (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_color_box.h79 …void SetColorProfile(const std::shared_ptr<const HeifColorProfile>& prof) { colorProfile_ = prof; } in SetColorProfile() function
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_image.h105 void SetColorProfile(const std::shared_ptr<const HeifColorProfile> &profile);
H A Dheif_parser.h185 … void SetColorProfile(heif_item_id itemId, const std::shared_ptr<const HeifColorProfile> &profile);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_image.cpp228 void HeifImage::SetColorProfile(const std::shared_ptr<const HeifColorProfile> &profile) in SetColorProfile() function in OHOS::ImagePlugin::HeifImage
H A Dheif_parser.cpp486 image->SetColorProfile(profile); in ExtractImageProperties()
828 void HeifParser::SetColorProfile(heif_item_id itemId, const std::shared_ptr<const HeifColorProfile>… in SetColorProfile() function in OHOS::ImagePlugin::HeifParser
831 colr->SetColorProfile(profile); in SetColorProfile()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/
H A Dimage_heif_impl_fuzzer.cpp151 heifcolrbox->SetColorProfile(const_prof); in ItemPropertyColorBoxTest001()