HomeSort by relevance Sort by last modified time
    Searched refs:datasrc (Results 1 - 4 of 4) sorted by null

  /external/libjpeg-turbo/
jdmarker.c 122 struct jpeg_source_mgr * datasrc = (cinfo)->src; \
123 const JOCTET * next_input_byte = datasrc->next_input_byte; \
124 size_t bytes_in_buffer = datasrc->bytes_in_buffer
128 ( datasrc->next_input_byte = next_input_byte, \
129 datasrc->bytes_in_buffer = bytes_in_buffer )
133 ( next_input_byte = datasrc->next_input_byte, \
134 bytes_in_buffer = datasrc->bytes_in_buffer )
142 if (! (*datasrc->fill_input_buffer) (cinfo)) \
    [all...]
djpeg.c 423 struct jpeg_source_mgr * datasrc = cinfo->src; local
425 if (datasrc->bytes_in_buffer == 0) {
426 if (! (*datasrc->fill_input_buffer) (cinfo))
429 datasrc->bytes_in_buffer--;
430 return GETJOCTET(*datasrc->next_input_byte++);
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdmarker.c 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)) \
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jdmarker.c 122 struct jpeg_source_mgr * datasrc = (cinfo)->src; \
123 const JOCTET * next_input_byte = datasrc->next_input_byte; \
124 size_t bytes_in_buffer = datasrc->bytes_in_buffer
128 ( datasrc->next_input_byte = next_input_byte, \
129 datasrc->bytes_in_buffer = bytes_in_buffer )
133 ( next_input_byte = datasrc->next_input_byte, \
134 bytes_in_buffer = datasrc->bytes_in_buffer )
142 if (! (*datasrc->fill_input_buffer) (cinfo)) \
    [all...]

Completed in 49 milliseconds