Home
last modified time | relevance | path

Searched refs:jpeg_source_mgr (Results 1 – 21 of 21) sorted by relevance

/external/libyuv/files/include/libyuv/
Dmjpeg_decoder.h20 struct jpeg_source_mgr;
169 jpeg_source_mgr* source_mgr_;
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dmjpeg_decoder.h21 struct jpeg_source_mgr;
173 jpeg_source_mgr* source_mgr_;
/external/jpeg/
Djdatasrc.c26 struct jpeg_source_mgr pub; /* public fields */
194 cinfo->src = (struct jpeg_source_mgr *) in jpeg_stdio_src()
Djpeglib.h419 struct jpeg_source_mgr * src;
786 struct jpeg_source_mgr { struct
Ddjpeg.c357 struct jpeg_source_mgr * datasrc = cinfo->src; in jpeg_getc()
Djdmarker.c120 struct jpeg_source_mgr * datasrc = (cinfo)->src; \
Dlibjpeg.doc1515 You will also need code to create a jpeg_source_mgr struct, fill in its method
/external/skia/src/codec/
DSkJpegUtility.h38 struct skjpeg_source_mgr : jpeg_source_mgr {
/external/skia/src/images/
DSkJpegUtility.h36 struct skjpeg_source_mgr : jpeg_source_mgr {
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp240 struct jpeg_source_mgr src; in _JpegLoadInfo()
293 struct jpeg_source_mgr src;
528 jpeg_source_mgr m_SrcMgr;
/external/llvm/test/CodeGen/Thumb2/
D2009-08-07-NeonFPBug.ll18 …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…
D2009-07-30-PEICrash.ll18 …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/
Djpeglib.h482 struct jpeg_source_mgr * src;
792 struct jpeg_source_mgr { struct
Dfpdfapi_jdmarker.c121 struct jpeg_source_mgr * datasrc = (cinfo)->src; \
/external/pdfium/core/include/thirdparties/libjpeg/
Djpeglib.h482 struct jpeg_source_mgr * src;
792 struct jpeg_source_mgr { struct
/external/libvncserver/rfb/
Drfbclient.h260 struct jpeg_source_mgr* jpegSrcManager;
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc69 source_mgr_ = new jpeg_source_mgr; in MJpegDecoder()
/external/libyuv/files/source/
Dmjpeg_decoder.cc54 source_mgr_ = new jpeg_source_mgr; in MJpegDecoder()
/external/libvncserver/common/
Dturbojpeg.c92 struct jpeg_source_mgr jsrc;
/external/libvncserver/libvncclient/
Dtight.c669 client->jpegSrcManager = malloc(sizeof(struct jpeg_source_mgr)); in JpegSetSrcManager()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch17521 + static struct jpeg_source_mgr jpegSrcManager;