Home
last modified time | relevance | path

Searched refs:jpeg_common_struct (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/Thumb2/
D2009-08-07-NeonFPBug.ll9jpeg_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…
20jpeg_common_struct*)*, void (%struct.jpeg_common_struct*, i32)*, void (%struct.jpeg_common_struct*…
24jpeg_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 }
D2009-07-30-PEICrash.ll9jpeg_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…
20jpeg_common_struct*)*, void (%struct.jpeg_common_struct*, i32)*, void (%struct.jpeg_common_struct*…
24jpeg_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/
Dmjpeg_decoder.h18 struct jpeg_common_struct;
151 static void ErrorHandler(jpeg_common_struct* cinfo);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dmjpeg_decoder.h19 struct jpeg_common_struct;
/external/pdfium/core/src/fxcodec/libjpeg/
Djpeglib.h320 struct jpeg_common_struct { struct
328 typedef struct jpeg_common_struct * j_common_ptr;
/external/pdfium/core/include/thirdparties/libjpeg/
Djpeglib.h320 struct jpeg_common_struct { struct
328 typedef struct jpeg_common_struct * j_common_ptr;
/external/jpeg/
Djpeglib.h257 struct jpeg_common_struct { struct
265 typedef struct jpeg_common_struct * j_common_ptr;
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc59 void ErrorHandler(jpeg_common_struct* cinfo);
/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp76 static void do_nothing_emit_message(jpeg_common_struct*, int) { in do_nothing_emit_message() argument