Home
last modified time | relevance | path

Searched refs:next_input_byte (Results 1 – 19 of 19) sorted by relevance

/external/jpeg/
Djdhuff.h91 const JOCTET * next_input_byte; /* => next byte to read from source */ member
110 br_state.next_input_byte = cinfop->src->next_input_byte; \
116 cinfop->src->next_input_byte = br_state.next_input_byte; \
Djdhuff.c299 register const JOCTET * next_input_byte = state->next_input_byte; in jpeg_fill_bit_buffer() local
315 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
319 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
332 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
336 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
384 state->next_input_byte = next_input_byte; in jpeg_fill_bit_buffer()
867 cinfo->src->next_input_byte = cinfo->src->start_input_byte + offset; in jset_input_stream_position()
Djdatasrc.c107 src->pub.next_input_byte = src->buffer; in fill_input_buffer()
144 src->pub.next_input_byte += (size_t) num_bytes; in skip_input_data()
211 src->pub.next_input_byte = NULL; /* until buffer loaded */ in jpeg_stdio_src()
Djdmarker.c121 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++); )
803 *data++ = *next_input_byte++; in save_marker()
Ddjpeg.c364 return GETJOCTET(*datasrc->next_input_byte++); in jpeg_getc()
Djpeglib.h787 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member
Dlibjpeg.doc1450 const JOCTET * next_input_byte; /* => next byte to read from buffer */
1469 into the buffer (ignoring the current state of next_input_byte and
1617 called, next_input_byte/bytes_in_buffer point to the current restart point,
/external/pdfium/core/src/fxcodec/libjpeg/
Djdhuff.h90 const JOCTET * next_input_byte; /* => next byte to read from source */ member
109 br_state.next_input_byte = cinfop->src->next_input_byte; \
115 cinfop->src->next_input_byte = br_state.next_input_byte; \
Dfpdfapi_jdhuff.c302 register const JOCTET * next_input_byte = state->next_input_byte; in jpeg_fill_bit_buffer() local
318 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
322 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
335 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
339 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
387 state->next_input_byte = next_input_byte; in jpeg_fill_bit_buffer()
Dfpdfapi_jdmarker.c122 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++); )
829 *data++ = *next_input_byte++; in save_marker()
Djpeglib.h793 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member
/external/skia/src/codec/
DSkJpegUtility.cpp16 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_init_source()
32 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_fill_input_buffer()
52 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_skip_input_data()
55 src->next_input_byte += numBytes; in sk_skip_input_data()
/external/skia/src/images/
DSkJpegUtility.cpp14 src->next_input_byte = (const JOCTET*)src->fBuffer; in sk_init_source()
42 src->next_input_byte = (const JOCTET*)src->fBuffer; in sk_seek_input_data()
63 src->next_input_byte = (const JOCTET*)src->fBuffer; in sk_fill_input_buffer()
85 src->next_input_byte = (const JOCTET*)src->fBuffer; in sk_skip_input_data()
88 src->next_input_byte += num_bytes; in sk_skip_input_data()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp47 cinfo->src->next_input_byte += num; in _src_skip_data()
247 src.next_input_byte = src_buf; in _JpegLoadInfo()
341 src.next_input_byte = m_SrcBuf; in InitDecode()
546 cinfo->src->next_input_byte += num; in _src_skip_data1()
614 p->m_SrcMgr.next_input_byte = src_buf; in Input()
670 *avail_buf_ptr = (FX_LPBYTE)((FXJPEG_Context*)pContext)->m_SrcMgr.next_input_byte; in GetAvailInput()
/external/libvncserver/libvncclient/
Dtight.c634 client->jpegSrcManager->next_input_byte = (JOCTET *)client->jpegBufferPtr; in JpegFillInputBuffer()
646 client->jpegSrcManager->next_input_byte = (JOCTET *)client->jpegBufferPtr; in JpegSkipInputData()
648 client->jpegSrcManager->next_input_byte += (size_t) num_bytes; in JpegSkipInputData()
675 client->jpegSrcManager->next_input_byte = (JOCTET*)client->jpegBufferPtr; in JpegSetSrcManager()
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc420 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data; in fill_input_buffer()
428 cinfo->src->next_input_byte += num_bytes; in skip_input_data()
/external/libyuv/files/source/
Dmjpeg_decoder.cc443 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data; in fill_input_buffer()
451 cinfo->src->next_input_byte += num_bytes; in skip_input_data()
/external/libvncserver/common/
Dturbojpeg.c633 dinfo->src->next_input_byte += (size_t) num_bytes; in skip_input_data()
701 this->jsrc.next_input_byte=jpegBuf; in tjDecompressHeader2()
773 this->jsrc.next_input_byte=jpegBuf; in tjDecompress2()
/external/pdfium/core/include/thirdparties/libjpeg/
Djpeglib.h793 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member