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

1 2

  /external/jpeg/
jdhuff.h 91 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon26507
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...]
djpeg.c 364 return GETJOCTET(*datasrc->next_input_byte++);
jpeglib.h 787 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jdhuff.h 90 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon32477
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:__anon33014
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...]
djpeg.c 364 return GETJOCTET(*datasrc->next_input_byte++);
  /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 349 cinfo->src->next_input_byte = state->input_buffer;
360 // (ignoring the current state of next_input_byte and bytes_in_buffer), reset
388 cinfo->src->next_input_byte += cinfo->src->bytes_in_buffer;
392 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/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;
  /external/libyuv/files/source/
mjpeg_decoder.cc 443 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data;
451 cinfo->src->next_input_byte += num_bytes;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 320 src->pub.next_input_byte += bytesToSkip;
331 m_info.src->next_input_byte = (JOCTET*)(data.data()) + readOffset;
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 793 const JOCTET * next_input_byte; \/* => next byte to read from buffer *\/ member in struct:jpeg_source_mgr
    [all...]

Completed in 931 milliseconds

1 2