Searched refs:jpeg_source_mgr (Results 1 – 21 of 21) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | mjpeg_decoder.h | 20 struct jpeg_source_mgr; 169 jpeg_source_mgr* source_mgr_;
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | mjpeg_decoder.h | 21 struct jpeg_source_mgr; 173 jpeg_source_mgr* source_mgr_;
|
/external/jpeg/ |
D | jdatasrc.c | 26 struct jpeg_source_mgr pub; /* public fields */ 194 cinfo->src = (struct jpeg_source_mgr *) in jpeg_stdio_src()
|
D | jpeglib.h | 419 struct jpeg_source_mgr * src; 786 struct jpeg_source_mgr { struct
|
D | djpeg.c | 357 struct jpeg_source_mgr * datasrc = cinfo->src; in jpeg_getc()
|
D | jdmarker.c | 120 struct jpeg_source_mgr * datasrc = (cinfo)->src; \
|
D | libjpeg.doc | 1515 You will also need code to create a jpeg_source_mgr struct, fill in its method
|
/external/skia/src/codec/ |
D | SkJpegUtility.h | 38 struct skjpeg_source_mgr : jpeg_source_mgr {
|
/external/skia/src/images/ |
D | SkJpegUtility.h | 36 struct skjpeg_source_mgr : jpeg_source_mgr {
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpeg.cpp | 240 struct jpeg_source_mgr src; in _JpegLoadInfo() 293 struct jpeg_source_mgr src; 528 jpeg_source_mgr m_SrcMgr;
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-08-07-NeonFPBug.ll | 18 …ruct.jpeg_memory_mgr*, %struct.jpeg_progress_mgr*, i32, i32, %struct.jpeg_source_mgr*, i32, i32, i… 26 …%struct.jpeg_source_mgr = type { i8*, i32, void (%struct.jpeg_decompress_struct*)*, i32 (%struct.j…
|
D | 2009-07-30-PEICrash.ll | 18 …ruct.jpeg_memory_mgr*, %struct.jpeg_progress_mgr*, i32, i32, %struct.jpeg_source_mgr*, i32, i32, i… 26 …%struct.jpeg_source_mgr = type { i8*, i32, void (%struct.jpeg_decompress_struct*)*, i32 (%struct.j…
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | jpeglib.h | 482 struct jpeg_source_mgr * src; 792 struct jpeg_source_mgr { struct
|
D | fpdfapi_jdmarker.c | 121 struct jpeg_source_mgr * datasrc = (cinfo)->src; \
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
D | jpeglib.h | 482 struct jpeg_source_mgr * src; 792 struct jpeg_source_mgr { struct
|
/external/libvncserver/rfb/ |
D | rfbclient.h | 260 struct jpeg_source_mgr* jpegSrcManager;
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | mjpeg_decoder.cc | 69 source_mgr_ = new jpeg_source_mgr; in MJpegDecoder()
|
/external/libyuv/files/source/ |
D | mjpeg_decoder.cc | 54 source_mgr_ = new jpeg_source_mgr; in MJpegDecoder()
|
/external/libvncserver/common/ |
D | turbojpeg.c | 92 struct jpeg_source_mgr jsrc;
|
/external/libvncserver/libvncclient/ |
D | tight.c | 669 client->jpegSrcManager = malloc(sizeof(struct jpeg_source_mgr)); in JpegSetSrcManager()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 17521 + static struct jpeg_source_mgr jpegSrcManager;
|