Searched refs:HeifNclxColorProfile (Results 1 – 6 of 6) sorted by relevance
45 … colorProfile_ = std::make_shared<HeifNclxColorProfile>(colorPrimaries, transferCharacteristics, in ParseContent()53 heif_error HeifNclxColorProfile::Write(HeifStreamWriter& writer) const in Write()
48 class HeifNclxColorProfile : public HeifColorProfile {50 HeifNclxColorProfile(uint16_t colorPrimaries, uint16_t transferCharacteristics, in HeifNclxColorProfile() function
101 const std::shared_ptr<const HeifNclxColorProfile> &GetNclxColorProfile() const;145 std::shared_ptr<const HeifNclxColorProfile> nclxColorProfile_;
218 const std::shared_ptr<const HeifNclxColorProfile> &HeifImage::GetNclxColorProfile() const in GetNclxColorProfile()235 auto nclx = std::dynamic_pointer_cast<const HeifNclxColorProfile>(profile); in SetColorProfile()
124 const std::shared_ptr<const HeifNclxColorProfile> &heifnclxcolorprofile, in ItemPropertyColorBoxTest001()
79 HeifNclxColorProfile heifNclx(0, 0, 0, 0);