HomeSort by relevance Sort by last modified time
    Searched refs:next_input_byte (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/libjpeg_turbo/
jdatasrc-tj.c 42 * (ignoring the current state of next_input_byte & bytes_in_buffer),
65 * (typically the start of the current MCU). next_input_byte & bytes_in_buffer
86 cinfo->src->next_input_byte = mybuffer;
122 src->next_input_byte += (size_t) num_bytes;
184 src->next_input_byte = (JOCTET *) inbuffer;
jdatasrc.c 71 * (ignoring the current state of next_input_byte & bytes_in_buffer),
94 * (typically the start of the current MCU). next_input_byte & bytes_in_buffer
118 src->pub.next_input_byte = src->buffer;
141 cinfo->src->next_input_byte = mybuffer;
178 src->next_input_byte += (size_t) num_bytes;
245 src->pub.next_input_byte = NULL; /* until buffer loaded */
281 src->next_input_byte = (JOCTET *) inbuffer;
jdhuff.h 105 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon17366
124 br_state.next_input_byte = cinfop->src->next_input_byte; \
130 cinfop->src->next_input_byte = br_state.next_input_byte; \
jdhuff.c 302 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...]
jdmarker.c 115 * At all times, cinfo->src->next_input_byte and ->bytes_in_buffer reflect
123 const JOCTET * next_input_byte = datasrc->next_input_byte; \
128 ( datasrc->next_input_byte = next_input_byte, \
133 ( next_input_byte = datasrc->next_input_byte, \
153 V = GETJOCTET(*next_input_byte++); )
161 V = ((unsigned int) GETJOCTET(*next_input_byte++)) << 8; \
164 V += GETJOCTET(*next_input_byte++);
    [all...]
turbojpegl.c 213 dinfo->src->next_input_byte += (size_t) num_bytes;
265 j->jsms.next_input_byte = srcbuf;
306 j->jsms.next_input_byte = srcbuf;
  /external/jpeg/
jdhuff.h 91 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon27316
110 br_state.next_input_byte = cinfop->src->next_input_byte; \
116 cinfop->src->next_input_byte = br_state.next_input_byte; \
jdatasrc.c 60 * (ignoring the current state of next_input_byte & bytes_in_buffer),
83 * (typically the start of the current MCU). next_input_byte & bytes_in_buffer
107 src->pub.next_input_byte = src->buffer;
144 src->pub.next_input_byte += (size_t) num_bytes;
211 src->pub.next_input_byte = NULL; /* until buffer loaded */
jdhuff.c 299 register const JOCTET * next_input_byte = state->next_input_byte; local
315 next_input_byte = cinfo->src->next_input_byte;
319 c = GETJOCTET(*next_input_byte++);
332 next_input_byte = cinfo->src->next_input_byte;
336 c = GETJOCTET(*next_input_byte++);
384 state->next_input_byte = next_input_byte;
    [all...]
jdmarker.c 113 * At all times, cinfo->src->next_input_byte and ->bytes_in_buffer reflect
121 const JOCTET * next_input_byte = datasrc->next_input_byte; \
126 ( datasrc->next_input_byte = next_input_byte, \
131 ( next_input_byte = datasrc->next_input_byte, \
151 V = GETJOCTET(*next_input_byte++); )
159 V = ((unsigned int) GETJOCTET(*next_input_byte++)) << 8; \
162 V += GETJOCTET(*next_input_byte++);
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jdhuff.h 90 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon33363
109 br_state.next_input_byte = cinfop->src->next_input_byte; \
115 cinfop->src->next_input_byte = br_state.next_input_byte; \
fpdfapi_jdhuff.c 302 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...]
fpdfapi_jdmarker.c 114 * At all times, cinfo->src->next_input_byte and ->bytes_in_buffer reflect
122 const JOCTET * next_input_byte = datasrc->next_input_byte; \
127 ( datasrc->next_input_byte = next_input_byte, \
132 ( next_input_byte = datasrc->next_input_byte, \
152 V = GETJOCTET(*next_input_byte++); )
160 V = ((unsigned int) GETJOCTET(*next_input_byte++)) << 8; \
163 V += GETJOCTET(*next_input_byte++); )
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdhuff.h 91 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon33900
110 br_state.next_input_byte = cinfop->src->next_input_byte; \
116 cinfop->src->next_input_byte = br_state.next_input_byte; \
jdatasrc.c 60 * (ignoring the current state of next_input_byte & bytes_in_buffer),
83 * (typically the start of the current MCU). next_input_byte & bytes_in_buffer
107 src->pub.next_input_byte = src->buffer;
144 src->pub.next_input_byte += (size_t) num_bytes;
211 src->pub.next_input_byte = NULL; /* until buffer loaded */
jdhuff.c 299 register const JOCTET * next_input_byte = state->next_input_byte; local
315 next_input_byte = cinfo->src->next_input_byte;
319 c = GETJOCTET(*next_input_byte++);
332 next_input_byte = cinfo->src->next_input_byte;
336 c = GETJOCTET(*next_input_byte++);
384 state->next_input_byte = next_input_byte;
    [all...]
jdmarker.c 113 * At all times, cinfo->src->next_input_byte and ->bytes_in_buffer reflect
121 const JOCTET * next_input_byte = datasrc->next_input_byte; \
126 ( datasrc->next_input_byte = next_input_byte, \
131 ( next_input_byte = datasrc->next_input_byte, \
151 V = GETJOCTET(*next_input_byte++); )
159 V = ((unsigned int) GETJOCTET(*next_input_byte++)) << 8; \
162 V += GETJOCTET(*next_input_byte++);
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkJpegUtility.cpp 14 src->next_input_byte = (const JOCTET*)src->fBuffer;
42 src->next_input_byte = (const JOCTET*)src->fBuffer;
63 src->next_input_byte = (const JOCTET*)src->fBuffer;
85 src->next_input_byte = (const JOCTET*)src->fBuffer;
88 src->next_input_byte += num_bytes;
  /external/skia/src/images/
SkJpegUtility.cpp 14 src->next_input_byte = (const JOCTET*)src->fBuffer;
42 src->next_input_byte = (const JOCTET*)src->fBuffer;
63 src->next_input_byte = (const JOCTET*)src->fBuffer;
85 src->next_input_byte = (const JOCTET*)src->fBuffer;
88 src->next_input_byte += num_bytes;
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 61 src->jpeg_mgr.next_input_byte = (unsigned char*)src->base,
79 if (src->jpeg_mgr.next_input_byte + num_bytes > (unsigned char*)src->end ) {
83 src->jpeg_mgr.next_input_byte += num_bytes;
92 src->jpeg_mgr.next_input_byte = (unsigned char*)src->base;
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.cpp 103 src->mgr.next_input_byte = reinterpret_cast<JOCTET*>(src->inStream->getBufferPtr());
126 src->mgr.next_input_byte += num_bytes;
130 src->mgr.next_input_byte += src->mgr.bytes_in_buffer;
  /hardware/ti/omap4-aah/camera/
Decoder_libjpeg.cpp 77 src->next_input_byte = (const JOCTET*)src->mBufferPtr;
85 src->next_input_byte = (const JOCTET*)src->mBufferPtr + byte_offset;
93 src->next_input_byte = src->mBufferPtr;
104 src->next_input_byte += num_bytes;
111 src->next_input_byte = (const JOCTET*)src->mBufferPtr;
  /external/chromium_org/ui/gfx/codec/
jpeg_codec.cc 344 cinfo->src->next_input_byte = state->input_buffer;
355 // (ignoring the current state of next_input_byte and bytes_in_buffer), reset
383 cinfo->src->next_input_byte += cinfo->src->bytes_in_buffer;
387 cinfo->src->next_input_byte += num_bytes;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 46 cinfo->src->next_input_byte += num;
299 src.next_input_byte = src_buf;
393 src.next_input_byte = m_SrcBuf;
604 cinfo->src->next_input_byte += num;
675 p->m_SrcMgr.next_input_byte = src_buf;
731 *avail_buf_ptr = (FX_LPBYTE)((FXJPEG_Context*)pContext)->m_SrcMgr.next_input_byte;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 420 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data;
428 cinfo->src->next_input_byte += num_bytes;

Completed in 262 milliseconds

1 2