Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkJpegUtility.cpp30 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_init_buffered_source()
46 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_fill_buffered_input_buffer()
66 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_skip_buffered_input_data()
69 src->next_input_byte += numBytes; in sk_skip_buffered_input_data()
98 src->next_input_byte = nullptr; in sk_skip_mem_input_data()
101 src->next_input_byte += bytes; in sk_skip_mem_input_data()
128 next_input_byte = static_cast<const JOCTET*>(stream->getMemoryBase()); in skjpeg_source_mgr()
/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.c297 register const JOCTET * next_input_byte = state->next_input_byte; in jpeg_fill_bit_buffer() local
313 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
317 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
330 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
334 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
382 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()
Djpeglib.h828 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member
/external/libjpeg-turbo/
Djdhuff.c305 register const JOCTET *next_input_byte = state->next_input_byte; in jpeg_fill_bit_buffer() local
321 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
325 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
338 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
342 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
390 state->next_input_byte = next_input_byte; in jpeg_fill_bit_buffer()
663 buffer = (JOCTET *) br_state.next_input_byte; in decode_mcu_fast()
730 br_state.bytes_in_buffer -= (buffer - br_state.next_input_byte); in decode_mcu_fast()
731 br_state.next_input_byte = buffer; in decode_mcu_fast()
Djdhuff.h104 const JOCTET *next_input_byte; /* => next byte to read from source */ member
123 br_state.next_input_byte = cinfop->src->next_input_byte; \
129 cinfop->src->next_input_byte = br_state.next_input_byte; \
Djdatasrc.c119 src->pub.next_input_byte = src->buffer; in fill_input_buffer()
142 cinfo->src->next_input_byte = mybuffer; in fill_mem_input_buffer()
179 src->next_input_byte += (size_t) num_bytes; in skip_input_data()
252 src->pub.next_input_byte = NULL; /* until buffer loaded */ in jpeg_stdio_src()
293 src->next_input_byte = (const JOCTET *) inbuffer; in jpeg_mem_src()
Djdatasrc-tj.c87 cinfo->src->next_input_byte = mybuffer; in fill_mem_input_buffer()
123 src->next_input_byte += (size_t) num_bytes; in skip_input_data()
190 src->next_input_byte = (const JOCTET *) inbuffer; in jpeg_mem_src_tj()
Djdmarker.c124 const JOCTET *next_input_byte = datasrc->next_input_byte; \
129 ( datasrc->next_input_byte = next_input_byte, \
134 ( next_input_byte = datasrc->next_input_byte, \
154 V = GETJOCTET(*next_input_byte++); )
162 V = ((unsigned int) GETJOCTET(*next_input_byte++)) << 8; \
165 V += GETJOCTET(*next_input_byte++); )
812 *data++ = *next_input_byte++; in save_marker()
Ddjpeg.c432 return GETJOCTET(*datasrc->next_input_byte++); in jpeg_getc()
Djpeglib.h803 const JOCTET *next_input_byte; /* => next byte to read from buffer */ member
Djdarith.c77 return GETJOCTET(*src->next_input_byte++); in get_byte()
Dlibjpeg.txt1613 const JOCTET *next_input_byte; /* => next byte to read from buffer */
1632 into the buffer (ignoring the current state of next_input_byte and
1780 called, next_input_byte/bytes_in_buffer point to the current restart point,
/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/fxcodec/codec/
Dfx_codec_jpeg.cpp56 cinfo->src->next_input_byte += num; in _src_skip_data()
128 src.next_input_byte = src_buf; in JpegLoadInfo()
210 src.next_input_byte = m_SrcBuf; in InitDecode()
369 cinfo->src->next_input_byte += num; in _src_skip_data1()
423 ctx->m_SrcMgr.next_input_byte = src_buf; in Input()
479 *avail_buf_ptr = (uint8_t*)ctx->m_SrcMgr.next_input_byte;
/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()
Dtif_ojpeg.c2493 sp->libjpeg_jpeg_source_mgr.next_input_byte=mem; in OJPEGLibjpegJpegSourceMgrFillInputBuffer()
/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/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()
/external/libyuv/files/source/
Dmjpeg_decoder.cc423 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data; in fill_input_buffer()
430 cinfo->src->next_input_byte += num_bytes; in skip_input_data()
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc427 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/ImageMagick/coders/
Djpeg.c263 source->manager.next_input_byte=source->buffer; in FillInputBuffer()
273 return((int) GETJOCTET(*jpeg_info->src->next_input_byte++)); in GetCharacter()
765 source->manager.next_input_byte+=number_bytes; in SkipInputData()
791 source->manager.next_input_byte=NULL; in JPEGSourceManager()