Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djpeglib.h802 struct jpeg_source_mgr { struct
803 const JOCTET *next_input_byte; /* => next byte to read from buffer */
804 size_t bytes_in_buffer; /* # of bytes remaining in buffer */
806 void (*init_source) (j_decompress_ptr cinfo);
807 boolean (*fill_input_buffer) (j_decompress_ptr cinfo);
808 void (*skip_input_data) (j_decompress_ptr cinfo, long num_bytes);
809 boolean (*resync_to_restart) (j_decompress_ptr cinfo, int desired);
810 void (*term_source) (j_decompress_ptr cinfo);
/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