Searched refs:jpeg_progress_mgr (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-08-07-NeonFPBug.ll | 12 … = type { %struct.jpeg_error_mgr*, %struct.jpeg_memory_mgr*, %struct.jpeg_progress_mgr*, i32, i32 } 18 …= type { %struct.jpeg_error_mgr*, %struct.jpeg_memory_mgr*, %struct.jpeg_progress_mgr*, i32, i32, … 25 %struct.jpeg_progress_mgr = type { void (%struct.jpeg_common_struct*)*, i32, i32, i32, i32 }
|
D | 2009-07-30-PEICrash.ll | 12 … = type { %struct.jpeg_error_mgr*, %struct.jpeg_memory_mgr*, %struct.jpeg_progress_mgr*, i32, i32 } 18 …= type { %struct.jpeg_error_mgr*, %struct.jpeg_memory_mgr*, %struct.jpeg_progress_mgr*, i32, i32, … 25 %struct.jpeg_progress_mgr = type { void (%struct.jpeg_common_struct*)*, i32, i32, i32, i32 }
|
/external/libjpeg-turbo/ |
D | cdjpeg.h | 78 struct jpeg_progress_mgr pub; /* fields known to JPEG library */
|
D | jpeglib.h | 272 struct jpeg_progress_mgr * progress; /* Progress monitor, or NULL if none */\ 777 struct jpeg_progress_mgr { struct
|
D | libjpeg.txt | 2867 To establish a progress-monitor callback, create a struct jpeg_progress_mgr, 2877 The jpeg_progress_mgr struct contains four fields which are set by the library:
|
/external/pdfium/third_party/libjpeg/ |
D | cdjpeg.h | 82 struct jpeg_progress_mgr pub; /* fields known to JPEG library */
|
D | jpeglib.h | 346 struct jpeg_progress_mgr * progress; /* Progress monitor, or NULL if none */\ 803 struct jpeg_progress_mgr { struct
|
/external/opencv3/3rdparty/libjpeg/ |
D | jpeglib.h | 260 struct jpeg_progress_mgr * progress; /* Progress monitor, or NULL if none */\ 753 struct jpeg_progress_mgr { struct
|