Searched refs:HeifRawColorProfile (Results 1 – 5 of 5) sorted by relevance
35 colorProfile_ = std::make_shared<HeifRawColorProfile>(colorType, rawData); in ParseContent()62 heif_error HeifRawColorProfile::Write(HeifStreamWriter& writer) const in Write()
32 class HeifRawColorProfile : public HeifColorProfile {34 …HeifRawColorProfile(uint32_t type, const std::vector<uint8_t>& data) : profileType_(type), data_(d… in HeifRawColorProfile() function
103 const std::shared_ptr<const HeifRawColorProfile> &GetRawColorProfile() const;146 std::shared_ptr<const HeifRawColorProfile> rawColorProfile_;
223 const std::shared_ptr<const HeifRawColorProfile> &HeifImage::GetRawColorProfile() const in GetRawColorProfile()230 auto icc = std::dynamic_pointer_cast<const HeifRawColorProfile>(profile); in SetColorProfile()
123 void ItemPropertyColorBoxTest001(const std::shared_ptr<const HeifRawColorProfile> &heifrawcolorprof… in ItemPropertyColorBoxTest001()