Home
last modified time | relevance | path

Searched refs:exif (Results 101 - 116 of 116) sorted by relevance

12345

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dpng_image_chunk_utils.cpp16 #include <libexif/exif-data.h>
44 constexpr auto PNG_PROFILE_EXIF = "Raw profile type exif";
265 IMAGE_LOGI("The text chunk is without exif keyword"); in FindExifFromTxt()
H A Djpeg_exif_metadata_accessor.cpp19 #include <libexif/exif-data.h>
H A Dwebp_exif_metadata_accessor.cpp18 #include <libexif/exif-data.h>
136 IMAGE_LOGE("Image stream does not find exif blob."); in ReadBlob()
241 IMAGE_LOGE("Image exif blob data empty."); in GetExifBlob()
477 IMAGE_LOGD("Write webp file size: %{public}u, new exif size: %{public}u", fileSize, size); in WriteHeader()
488 IMAGE_LOGD("Write webp file size: %{public}u, old exif size: %{public}u, new exif size: %{public}lu", in WriteHeader()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dpicture_handle_service.cpp20 #include <libexif/exif-entry.h>
/foundation/multimedia/media_library/frameworks/js/src/
H A Dpicture_handle_client.cpp20 #include <libexif/exif-entry.h>
/third_party/libexif/contrib/c++/
H A Dexif_module.cxx0 /* exif-content.c
21 #include "exif.hxx"
349 BOOST_PYTHON_MODULE(exif) in BOOST_PYTHON_MODULE()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-is-param.h874 struct exif_attribute exif; member
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-param.h874 struct exif_attribute exif; member
/third_party/ffmpeg/tests/
H A DMakefile180 include $(SRC_PATH)/tests/fate/exif.mak
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.h954 const dng_exif &exif,
/third_party/skia/third_party/externals/libpng/
H A Dpng.c629 if (info_ptr->exif) in png_free_data()
631 png_free(png_ptr, info_ptr->exif); in png_free_data()
632 info_ptr->exif = NULL; in png_free_data()
H A Dpngwrite.c242 png_write_eXIf(png_ptr, info_ptr->exif, info_ptr->num_exif); in png_write_info()
443 png_write_eXIf(png_ptr, info_ptr->exif, info_ptr->num_exif); in png_write_end()
H A Dpngwutil.c1477 png_write_eXIf(png_structrp png_ptr, png_bytep exif, int num_exif) in png_write_eXIf() argument
1488 buf[0] = exif[i]; in png_write_eXIf()
H A Dpngpriv.h1176 png_bytep exif, int num_exif),PNG_EMPTY);
/third_party/libexif/libexif/
H A Dexif-tag.c0 /* exif-tag.c
23 #include <libexif/exif-tag.h>
/third_party/ffmpeg/libavcodec/
H A DMakefile87 OBJS-$(CONFIG_EXIF) += exif.o tiff_common.o

Completed in 31 milliseconds

12345