Home
last modified time | relevance | path

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

12

/external/pdfium/third_party/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.c301 register const JOCTET * next_input_byte = state->next_input_byte; in jpeg_fill_bit_buffer() local
317 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
321 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
334 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
338 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
386 state->next_input_byte = next_input_byte; in jpeg_fill_bit_buffer()
Dfpdfapi_jdmarker.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++); )
828 *data++ = *next_input_byte++; in save_marker()
/external/skia/src/codec/
DSkJpegUtility_codec.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/libjpeg-turbo/
Djdhuff.c304 register const JOCTET * next_input_byte = state->next_input_byte; in jpeg_fill_bit_buffer() local
320 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
324 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
337 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
341 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
389 state->next_input_byte = next_input_byte; in jpeg_fill_bit_buffer()
662 buffer = (JOCTET *) br_state.next_input_byte; in decode_mcu_fast()
729 br_state.bytes_in_buffer -= (buffer - br_state.next_input_byte); in decode_mcu_fast()
730 br_state.next_input_byte = buffer; in decode_mcu_fast()
Djdhuff.h101 const JOCTET * next_input_byte; /* => next byte to read from source */ member
120 br_state.next_input_byte = cinfop->src->next_input_byte; \
126 cinfop->src->next_input_byte = br_state.next_input_byte; \
Djdatasrc.c118 src->pub.next_input_byte = src->buffer; in fill_input_buffer()
141 cinfo->src->next_input_byte = mybuffer; in fill_mem_input_buffer()
178 src->next_input_byte += (size_t) num_bytes; in skip_input_data()
245 src->pub.next_input_byte = NULL; /* until buffer loaded */ in jpeg_stdio_src()
281 src->next_input_byte = (JOCTET *) inbuffer; in jpeg_mem_src()
Djdatasrc-tj.c86 cinfo->src->next_input_byte = mybuffer; in fill_mem_input_buffer()
122 src->next_input_byte += (size_t) num_bytes; in skip_input_data()
184 src->next_input_byte = (JOCTET *) inbuffer; in jpeg_mem_src_tj()
Djdmarker.c123 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++); )
811 *data++ = *next_input_byte++; in save_marker()
Ddjpeg.c430 return GETJOCTET(*datasrc->next_input_byte++); in jpeg_getc()
Djpeglib.h802 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member
/external/opencv3/3rdparty/libjpeg/
Djdatasrc.c114 src->pub.next_input_byte = src->buffer; in fill_input_buffer()
136 cinfo->src->next_input_byte = mybuffer; in fill_mem_input_buffer()
172 src->next_input_byte += (size_t) num_bytes; in skip_input_data()
239 src->pub.next_input_byte = NULL; /* until buffer loaded */ in jpeg_stdio_src()
274 src->next_input_byte = (JOCTET *) inbuffer; in jpeg_mem_src()
Djdhuff.c87 const JOCTET * next_input_byte; /* => next byte to read from source */ member
106 br_state.next_input_byte = cinfop->src->next_input_byte; \
112 cinfop->src->next_input_byte = br_state.next_input_byte; \
471 register const JOCTET * next_input_byte = state->next_input_byte; in jpeg_fill_bit_buffer() local
487 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
491 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
504 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
508 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
556 state->next_input_byte = next_input_byte; in jpeg_fill_bit_buffer()
Djdmarker.c123 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++); )
926 *data++ = *next_input_byte++; in save_marker()
Djpeglib.h778 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member
/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/dng_sdk/source/
Ddng_jpeg_memory_source.cpp40 source_manager->next_input_byte += num_bytes_as_size_t; in SkipInputData()
63 source.next_input_byte = reinterpret_cast<const JOCTET *>(buffer); in CreateJpegMemorySource()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp54 cinfo->src->next_input_byte += num; in _src_skip_data()
280 src.next_input_byte = src_buf; in _JpegLoadInfo()
373 src.next_input_byte = m_SrcBuf; in InitDecode()
576 cinfo->src->next_input_byte += num; in _src_skip_data1()
630 p->m_SrcMgr.next_input_byte = src_buf; in Input()
688 (uint8_t*)((FXJPEG_Context*)pContext)->m_SrcMgr.next_input_byte;
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg.cpp132 source->pub.next_input_byte += source->pub.bytes_in_buffer; in skip_input_data()
139 source->pub.next_input_byte += num_bytes; in skip_input_data()
231 state->source.pub.next_input_byte = m_buf.ptr(); in readHeader()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c536 sp->src.next_input_byte = (const JOCTET*) tif->tif_rawdata; in std_init_source()
571 sp->src.next_input_byte = dummy_EOI; in std_fill_input_buffer()
586 sp->src.next_input_byte += (size_t) num_bytes; in std_skip_input_data()
610 sp->src.next_input_byte = NULL; in TIFFjpeg_data_src()
623 sp->src.next_input_byte = (const JOCTET*) sp->jpegtables; in tables_init_source()
1046 tif->tif_rawcp = (uint8*) sp->src.next_input_byte; in JPEGPreDecode()
1203 sp->src.next_input_byte = (const JOCTET*) tif->tif_rawcp; in JPEGDecode()
1238 tif->tif_rawcp = (uint8*) sp->src.next_input_byte; in JPEGDecode()
1259 sp->src.next_input_byte = (const JOCTET*) tif->tif_rawcp; in JPEGDecode()
1344 tif->tif_rawcp = (uint8*) sp->src.next_input_byte; in JPEGDecode()
/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/opencv3/3rdparty/libtiff/
Dtif_jpeg.c522 sp->src.next_input_byte = (const JOCTET*) tif->tif_rawdata; in std_init_source()
557 sp->src.next_input_byte = dummy_EOI; in std_fill_input_buffer()
572 sp->src.next_input_byte += (size_t) num_bytes; in std_skip_input_data()
596 sp->src.next_input_byte = NULL; in TIFFjpeg_data_src()
609 sp->src.next_input_byte = (const JOCTET*) sp->jpegtables; in tables_init_source()
1026 tif->tif_rawcp = (uint8*) sp->src.next_input_byte; in JPEGPreDecode()
1179 sp->src.next_input_byte = (const JOCTET*) tif->tif_rawcp; in JPEGDecode()
1274 tif->tif_rawcp = (uint8*) sp->src.next_input_byte; in JPEGDecode()
/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/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc426 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data; in fill_input_buffer()
434 cinfo->src->next_input_byte += num_bytes; in skip_input_data()
/external/libvncserver/common/
Dturbojpeg.c637 dinfo->src->next_input_byte += (size_t) num_bytes; in skip_input_data()
705 this->jsrc.next_input_byte=jpegBuf; in tjDecompressHeader2()
777 this->jsrc.next_input_byte=jpegBuf; in tjDecompress2()

12