Home
last modified time | relevance | path

Searched defs:jpeg_info (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/coders/
Djpeg.c279 static int GetCharacter(j_decompress_ptr jpeg_info) in GetCharacter()
320 static void JPEGErrorHandler(j_common_ptr jpeg_info) in JPEGErrorHandler()
351 static void JPEGProgressHandler(j_common_ptr jpeg_info) in JPEGProgressHandler()
374 static MagickBooleanType JPEGWarningHandler(j_common_ptr jpeg_info,int level) in JPEGWarningHandler()
418 static boolean ReadProfileData(j_decompress_ptr jpeg_info,const size_t index, in ReadProfileData()
486 static boolean ReadComment(j_decompress_ptr jpeg_info) in ReadComment()
488 #define GetProfileLength(jpeg_info,length) \ in ReadComment() argument
513 static boolean ReadICCProfile(j_decompress_ptr jpeg_info) in ReadICCProfile()
557 static boolean ReadIPTCProfile(j_decompress_ptr jpeg_info) in ReadIPTCProfile()
613 static boolean ReadProfile(j_decompress_ptr jpeg_info) in ReadProfile()
[all …]
Dpict.c1882 *jpeg_info; in WritePICTImage() local
/external/image_io/includes/image_io/jpeg/
Djpeg_image_extractor.h20 JpegImageExtractor(const JpegInfo& jpeg_info, DataSource* data_source, in JpegImageExtractor()
/external/image_io/src/gcontainer/
Dgcontainer.cc65 const auto& jpeg_info = jpeg_info_builder.GetInfo(); in ExtractFirstImageInJpeg() local