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

/external/skia/src/codec/
H A DSkJpegUtility.cpp16 src->next_input_byte = (const JOCTET*) src->fBuffer;
32 src->next_input_byte = (const JOCTET*) src->fBuffer;
52 src->next_input_byte = (const JOCTET*) src->fBuffer;
55 src->next_input_byte += numBytes;
/external/jpeg/
H A Djdhuff.h91 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon6490
110 br_state.next_input_byte = cinfop->src->next_input_byte; \
116 cinfop->src->next_input_byte = br_state.next_input_byte; \
H A Djdatasrc.c60 * (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 */
H A Djdhuff.c299 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...]
H A Djdmarker.c113 * 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...]
H A Ddjpeg.c364 return GETJOCTET(*datasrc->next_input_byte++);
H A Djpeglib.h787 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djdhuff.h90 const JOCTET * next_input_byte; /* => next byte to read from source */ member in struct:__anon13322
109 br_state.next_input_byte = cinfop->src->next_input_byte; \
115 cinfop->src->next_input_byte = br_state.next_input_byte; \
H A Dfpdfapi_jdhuff.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 Dfpdfapi_jdmarker.c114 * 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...]
H A Djpeglib.h793 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr
/external/skia/src/images/
H A DSkJpegUtility.cpp14 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/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpeg.cpp47 cinfo->src->next_input_byte += num;
247 src.next_input_byte = src_buf;
341 src.next_input_byte = m_SrcBuf;
546 cinfo->src->next_input_byte += num;
614 p->m_SrcMgr.next_input_byte = src_buf;
670 *avail_buf_ptr = (FX_LPBYTE)((FXJPEG_Context*)pContext)->m_SrcMgr.next_input_byte;
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dmjpeg_decoder.cc420 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data;
428 cinfo->src->next_input_byte += num_bytes;
/external/libyuv/files/source/
H A Dmjpeg_decoder.cc443 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data;
451 cinfo->src->next_input_byte += num_bytes;
/external/libvncserver/libvncclient/
H A Dtight.c634 client->jpegSrcManager->next_input_byte = (JOCTET *)client->jpegBufferPtr;
646 client->jpegSrcManager->next_input_byte = (JOCTET *)client->jpegBufferPtr;
648 client->jpegSrcManager->next_input_byte += (size_t) num_bytes;
675 client->jpegSrcManager->next_input_byte = (JOCTET*)client->jpegBufferPtr;
/external/libvncserver/common/
H A Dturbojpeg.c633 dinfo->src->next_input_byte += (size_t) num_bytes;
701 this->jsrc.next_input_byte=jpegBuf;
773 this->jsrc.next_input_byte=jpegBuf;
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h793 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr

Completed in 334 milliseconds