/external/jpeg/ |
D | jdhuff.h | 91 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; \
|
D | jdhuff.c | 299 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()
|
D | jdatasrc.c | 107 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()
|
D | jdmarker.c | 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++); ) 803 *data++ = *next_input_byte++; in save_marker()
|
D | djpeg.c | 364 return GETJOCTET(*datasrc->next_input_byte++); in jpeg_getc()
|
D | jpeglib.h | 787 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member
|
D | libjpeg.doc | 1450 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/ |
D | jdhuff.h | 90 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; \
|
D | fpdfapi_jdhuff.c | 302 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()
|
D | fpdfapi_jdmarker.c | 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++); ) 829 *data++ = *next_input_byte++; in save_marker()
|
D | jpeglib.h | 793 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member
|
/external/skia/src/codec/ |
D | SkJpegUtility.cpp | 16 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/ |
D | SkJpegUtility.cpp | 14 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/ |
D | fx_codec_jpeg.cpp | 47 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/ |
D | tight.c | 634 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/ |
D | mjpeg_decoder.cc | 420 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/ |
D | mjpeg_decoder.cc | 443 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/ |
D | turbojpeg.c | 633 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/ |
D | jpeglib.h | 793 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member
|