Searched refs:next_input_byte (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdhuff.h94 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon710
113 br_state.next_input_byte = cinfop->src->next_input_byte; \
119 cinfop->src->next_input_byte = br_state.next_input_byte; \
H A Djdhuff.c302 register const JOCTET * next_input_byte = state->next_input_byte; local
318 next_input_byte = cinfo->src->next_input_byte;
322 c = GETJOCTET(*next_input_byte++);
335 next_input_byte = cinfo->src->next_input_byte;
339 c = GETJOCTET(*next_input_byte++);
387 state->next_input_byte = next_input_byte;
[all...]
H A Djpegdecoder.c199 if (src->pub.next_input_byte == 0) {
202 src->inbufoffset = src->pub.next_input_byte - src->inbuf;
225 src->pub.next_input_byte = src->inbuf + src->inbufoffset;
251 src->pub.next_input_byte = 0;
258 * into the buffer (ignoring the current state of next_input_byte and
303 src->pub.next_input_byte = src->inbuf;
339 if (src->pub.next_input_byte > src->inbuf) {
340 memmove(src->inbuf, src->pub.next_input_byte, offset);
363 src->pub.next_input_byte = src->inbuf;
402 src->pub.next_input_byte
[all...]
H A DimageioJPEG.c866 src->next_input_byte = NULL;
873 * into the buffer (ignoring the current state of next_input_byte and
923 RELEASE_ARRAYS(env, data, src->next_input_byte);
930 || !GET_ARRAYS(env, data, &(src->next_input_byte))) {
948 RELEASE_ARRAYS(env, data, src->next_input_byte);
953 || !GET_ARRAYS(env, data, &(src->next_input_byte))) {
962 src->next_input_byte = sb->buf;
1003 if (src->next_input_byte > sb->buf) {
1004 memcpy(sb->buf, src->next_input_byte, offset);
1006 RELEASE_ARRAYS(env, data, src->next_input_byte);
[all...]
H A Djdmarker.c117 * At all times, cinfo->src->next_input_byte and ->bytes_in_buffer reflect
125 const JOCTET * next_input_byte = datasrc->next_input_byte; \
130 ( datasrc->next_input_byte = next_input_byte, \
135 ( next_input_byte = datasrc->next_input_byte, \
155 V = GETJOCTET(*next_input_byte++); )
163 V = ((unsigned int) GETJOCTET(*next_input_byte++)) << 8; \
166 V += GETJOCTET(*next_input_byte
[all...]
H A Djpeglib.h730 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_jpeg.c75 src->pub.next_input_byte = src->buffer;
92 src->pub.next_input_byte += (size_t) num_bytes;
125 src->pub.next_input_byte = NULL; /* until buffer loaded */

Completed in 3693 milliseconds