Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkJpegDecoderMgr.h71 jpeg_progress_mgr fProgressMgr;
/external/skqp/src/codec/
DSkJpegDecoderMgr.h71 jpeg_progress_mgr fProgressMgr;
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
D2009-08-07-NeonFPBug.ll12 … = 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 }
D2009-07-30-PEICrash.ll12 … = 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/llvm/test/CodeGen/Thumb2/
D2009-08-07-NeonFPBug.ll12 … = 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 }
D2009-07-30-PEICrash.ll12 … = 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/
Dcdjpeg.h87 struct jpeg_progress_mgr pub; /* fields known to JPEG library */
Djpeglib.h273 struct jpeg_progress_mgr *progress; /* Progress monitor, or NULL if none */\
778 struct jpeg_progress_mgr { struct
Dlibjpeg.txt2872 To establish a progress-monitor callback, create a struct jpeg_progress_mgr,
2882 The jpeg_progress_mgr struct contains four fields which are set by the library: