Home
last modified time | relevance | path

Searched refs:datasrc (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/
Ddjpeg.c425 struct jpeg_source_mgr *datasrc = cinfo->src; in jpeg_getc() local
427 if (datasrc->bytes_in_buffer == 0) { in jpeg_getc()
428 if (! (*datasrc->fill_input_buffer) (cinfo)) in jpeg_getc()
431 datasrc->bytes_in_buffer--; in jpeg_getc()
432 return GETJOCTET(*datasrc->next_input_byte++); in jpeg_getc()
Djdmarker.c123 struct jpeg_source_mgr *datasrc = (cinfo)->src; \
124 const JOCTET *next_input_byte = datasrc->next_input_byte; \
125 size_t bytes_in_buffer = datasrc->bytes_in_buffer
129 ( datasrc->next_input_byte = next_input_byte, \
130 datasrc->bytes_in_buffer = bytes_in_buffer )
134 ( next_input_byte = datasrc->next_input_byte, \
135 bytes_in_buffer = datasrc->bytes_in_buffer )
143 if (! (*datasrc->fill_input_buffer) (cinfo)) \
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdmarker.c120 struct jpeg_source_mgr * datasrc = (cinfo)->src; \
121 const JOCTET * next_input_byte = datasrc->next_input_byte; \
122 size_t bytes_in_buffer = datasrc->bytes_in_buffer
126 ( datasrc->next_input_byte = next_input_byte, \
127 datasrc->bytes_in_buffer = bytes_in_buffer )
131 ( next_input_byte = datasrc->next_input_byte, \
132 bytes_in_buffer = datasrc->bytes_in_buffer )
140 if (! (*datasrc->fill_input_buffer) (cinfo)) \