Home
last modified time | relevance | path

Searched refs:icc (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dicc_profile_info.cpp74 // read icc data to skdata in ParsingICCProfile()
113 sk_sp<SkData> icc = icc_from_color_space(info); in PackingICCProfile() local
115 if (icc) { in PackingICCProfile()
116 // get a contiguous block of profile memory with the icc signature in PackingICCProfile()
118 SkData::MakeUninitialized(ICC_MARKER_HEADER_SIZE + icc->size()); in PackingICCProfile()
126 (void)memcpy_s(ptrMaker, sizeof(*ptrMaker), icc->data(), icc->size()); in PackingICCProfile()
130 IMAGE_LOGE("ERROR: PackingICCProfile icc profile is Null!"); in PackingICCProfile()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_image.cpp230 auto icc = std::dynamic_pointer_cast<const HeifRawColorProfile>(profile); in SetColorProfile() local
231 if (icc) { in SetColorProfile()
232 rawColorProfile_ = std::move(icc); in SetColorProfile()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H A Dimage_creator.cpp70 std::shared_ptr<ImageCreatorContext> icc = std::make_shared<ImageCreatorContext>(); in CreateImageCreatorContext() local
71 return icc; in CreateImageCreatorContext()

Completed in 3 milliseconds