Home
last modified time | relevance | path

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

/external/skqp/src/codec/
DSkJpegUtility.cpp33 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_init_buffered_source()
47 src->next_input_byte = nullptr; in sk_fill_buffered_input_buffer()
52 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_fill_buffered_input_buffer()
72 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_skip_buffered_input_data()
75 src->next_input_byte += numBytes; in sk_skip_buffered_input_data()
104 src->next_input_byte = nullptr; in sk_skip_mem_input_data()
107 src->next_input_byte += bytes; in sk_skip_mem_input_data()
134 next_input_byte = static_cast<const JOCTET*>(stream->getMemoryBase()); in skjpeg_source_mgr()
/external/skia/src/codec/
DSkJpegUtility.cpp33 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_init_buffered_source()
47 src->next_input_byte = nullptr; in sk_fill_buffered_input_buffer()
52 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_fill_buffered_input_buffer()
72 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_skip_buffered_input_data()
75 src->next_input_byte += numBytes; in sk_skip_buffered_input_data()
104 src->next_input_byte = nullptr; in sk_skip_mem_input_data()
107 src->next_input_byte += bytes; in sk_skip_mem_input_data()
134 next_input_byte = static_cast<const JOCTET*>(stream->getMemoryBase()); in skjpeg_source_mgr()
/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.c80 return GETJOCTET(*src->next_input_byte++); in get_byte()
Dlibjpeg.txt1614 const JOCTET *next_input_byte; /* => next byte to read from buffer */
1633 into the buffer (ignoring the current state of next_input_byte and
1781 called, next_input_byte/bytes_in_buffer point to the current restart point,
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_handle.cc112 src->pub.next_input_byte = src->data; in MemInitSource()
122 if (src->pub.bytes_in_buffer == 0 && src->pub.next_input_byte == src->data) { in MemFillInputBuffer()
129 } else if (src->pub.next_input_byte != kEOIBuffer && in MemFillInputBuffer()
133 src->pub.next_input_byte = kEOIBuffer; in MemFillInputBuffer()
158 src->pub.next_input_byte += jump; in MemSkipInputData()
180 src->pub.next_input_byte = nullptr; in SetSrc()
/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.cpp75 cinfo->src->next_input_byte += num; in _src_skip_data()
147 src.next_input_byte = src_buf; in JpegLoadInfo()
229 src.next_input_byte = m_SrcBuf; in InitDecode()
379 cinfo->src->next_input_byte += num; in _src_skip_data1()
445 ctx->m_SrcMgr.next_input_byte = src_buf; in Input()
496 *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()
1048 tif->tif_rawcp = (uint8*) sp->src.next_input_byte; in JPEGPreDecode()
1205 sp->src.next_input_byte = (const JOCTET*) tif->tif_rawcp; in JPEGDecode()
1240 tif->tif_rawcp = (uint8*) sp->src.next_input_byte; in JPEGDecode()
1261 sp->src.next_input_byte = (const JOCTET*) tif->tif_rawcp; in JPEGDecode()
1346 tif->tif_rawcp = (uint8*) sp->src.next_input_byte; in JPEGDecode()
Dtif_ojpeg.c2527 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()