Searched refs:jpeg_common_struct (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-08-07-NeonFPBug.ll | 9 …jpeg_common_struct*, %struct.backing_store_info*, i8*, i32, i32)*, void (%struct.jpeg_common_struc… 12 …%struct.jpeg_common_struct = type { %struct.jpeg_error_mgr*, %struct.jpeg_memory_mgr*, %struct.jpe… 20 …jpeg_common_struct*)*, void (%struct.jpeg_common_struct*, i32)*, void (%struct.jpeg_common_struct*… 24 …jpeg_common_struct*, i32, i32)*, i8* (%struct.jpeg_common_struct*, i32, i32)*, i8** (%struct.jpeg_… 25 %struct.jpeg_progress_mgr = type { void (%struct.jpeg_common_struct*)*, i32, i32, i32, i32 }
|
D | 2009-07-30-PEICrash.ll | 9 …jpeg_common_struct*, %struct.backing_store_info*, i8*, i32, i32)*, void (%struct.jpeg_common_struc… 12 …%struct.jpeg_common_struct = type { %struct.jpeg_error_mgr*, %struct.jpeg_memory_mgr*, %struct.jpe… 20 …jpeg_common_struct*)*, void (%struct.jpeg_common_struct*, i32)*, void (%struct.jpeg_common_struct*… 24 …jpeg_common_struct*, i32, i32)*, i8* (%struct.jpeg_common_struct*, i32, i32)*, i8** (%struct.jpeg_… 25 %struct.jpeg_progress_mgr = type { void (%struct.jpeg_common_struct*)*, i32, i32, i32, i32 }
|
/external/libyuv/files/include/libyuv/ |
D | mjpeg_decoder.h | 18 struct jpeg_common_struct; 151 static void ErrorHandler(jpeg_common_struct* cinfo);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | mjpeg_decoder.h | 19 struct jpeg_common_struct;
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | jpeglib.h | 320 struct jpeg_common_struct { struct 328 typedef struct jpeg_common_struct * j_common_ptr;
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
D | jpeglib.h | 320 struct jpeg_common_struct { struct 328 typedef struct jpeg_common_struct * j_common_ptr;
|
/external/jpeg/ |
D | jpeglib.h | 257 struct jpeg_common_struct { struct 265 typedef struct jpeg_common_struct * j_common_ptr;
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | mjpeg_decoder.cc | 59 void ErrorHandler(jpeg_common_struct* cinfo);
|
/external/skia/src/images/ |
D | SkImageDecoder_libjpeg.cpp | 76 static void do_nothing_emit_message(jpeg_common_struct*, int) { in do_nothing_emit_message() argument
|