Home
last modified time | relevance | path

Searched defs:jpeg_source_mgr (Results 1 – 7 of 7) sorted by relevance

/external/libjpeg-turbo/
Djpeglib.h801 struct jpeg_source_mgr { struct
802 const JOCTET * next_input_byte; /* => next byte to read from buffer */
803 size_t bytes_in_buffer; /* # of bytes remaining in buffer */
805 void (*init_source) (j_decompress_ptr cinfo);
806 boolean (*fill_input_buffer) (j_decompress_ptr cinfo);
807 void (*skip_input_data) (j_decompress_ptr cinfo, long num_bytes);
808 boolean (*resync_to_restart) (j_decompress_ptr cinfo, int desired);
809 void (*term_source) (j_decompress_ptr cinfo);
/external/opencv3/3rdparty/libjpeg/
Djpeglib.h777 struct jpeg_source_mgr { struct
778 const JOCTET * next_input_byte; /* => next byte to read from buffer */
779 size_t bytes_in_buffer; /* # of bytes remaining in buffer */
/external/pdfium/third_party/libjpeg/
Djpeglib.h827 struct jpeg_source_mgr { struct
828 const JOCTET * next_input_byte; /* => next byte to read from buffer */
829 size_t bytes_in_buffer; /* # of bytes remaining in buffer */
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c130 typedef struct jpeg_source_mgr jpeg_source_mgr; typedef
Dtif_ojpeg.c232 typedef struct jpeg_source_mgr jpeg_source_mgr; typedef
/external/opencv3/3rdparty/libtiff/
Dtif_jpeg.c122 typedef struct jpeg_source_mgr jpeg_source_mgr; typedef
Dtif_ojpeg.c223 typedef struct jpeg_source_mgr jpeg_source_mgr; typedef