Home
last modified time | relevance | path

Searched refs:HeifRawColorProfile (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_color_box.cpp35 colorProfile_ = std::make_shared<HeifRawColorProfile>(colorType, rawData); in ParseContent()
62 heif_error HeifRawColorProfile::Write(HeifStreamWriter& writer) const in Write()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_color_box.h32 class HeifRawColorProfile : public HeifColorProfile {
34HeifRawColorProfile(uint32_t type, const std::vector<uint8_t>& data) : profileType_(type), data_(d… in HeifRawColorProfile() function
/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;
146 std::shared_ptr<const HeifRawColorProfile> rawColorProfile_;
/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()
230 auto icc = std::dynamic_pointer_cast<const HeifRawColorProfile>(profile); in SetColorProfile()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/
H A Dimage_heif_impl_fuzzer.cpp123 void ItemPropertyColorBoxTest001(const std::shared_ptr<const HeifRawColorProfile> &heifrawcolorprof… in ItemPropertyColorBoxTest001()