Home
last modified time | relevance | path

Searched refs:HeifNclxColorProfile (Results 1 – 6 of 6) 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.cpp45 … colorProfile_ = std::make_shared<HeifNclxColorProfile>(colorPrimaries, transferCharacteristics, in ParseContent()
53 heif_error HeifNclxColorProfile::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.h48 class HeifNclxColorProfile : public HeifColorProfile {
50 HeifNclxColorProfile(uint16_t colorPrimaries, uint16_t transferCharacteristics, in HeifNclxColorProfile() function
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_image.h101 const std::shared_ptr<const HeifNclxColorProfile> &GetNclxColorProfile() const;
145 std::shared_ptr<const HeifNclxColorProfile> nclxColorProfile_;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_image.cpp218 const std::shared_ptr<const HeifNclxColorProfile> &HeifImage::GetNclxColorProfile() const in GetNclxColorProfile()
235 auto nclx = std::dynamic_pointer_cast<const HeifNclxColorProfile>(profile); in SetColorProfile()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/
H A Dimage_heif_impl_fuzzer.cpp124 const std::shared_ptr<const HeifNclxColorProfile> &heifnclxcolorprofile, in ItemPropertyColorBoxTest001()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp79 HeifNclxColorProfile heifNclx(0, 0, 0, 0);