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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Ddjpeg.c358 struct jpeg_source_mgr * datasrc = cinfo->src; local
360 if (datasrc->bytes_in_buffer == 0) {
361 if (! (*datasrc->fill_input_buffer) (cinfo))
364 datasrc->bytes_in_buffer--;
365 return GETJOCTET(*datasrc->next_input_byte++);
H A Djdmarker.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)) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djdmarker.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)) \

Completed in 403 milliseconds