Home | History | Annotate | Download | only in jpeg

Lines Matching full:datasrc

120 	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)) \