Searched defs:jpeg_info (Results 1 – 4 of 4) sorted by relevance
279 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() argument513 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 …]
1882 *jpeg_info; in WritePICTImage() local
20 JpegImageExtractor(const JpegInfo& jpeg_info, DataSource* data_source, in JpegImageExtractor()
65 const auto& jpeg_info = jpeg_info_builder.GetInfo(); in ExtractFirstImageInJpeg() local