/external/skqp/src/codec/ |
D | SkJpegUtility.cpp | 33 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/ |
D | SkJpegUtility.cpp | 33 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/ |
D | jdhuff.c | 305 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()
|
D | jdhuff.h | 104 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; \
|
D | jdatasrc.c | 119 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()
|
D | jdatasrc-tj.c | 87 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()
|
D | jdmarker.c | 124 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()
|
D | djpeg.c | 432 return GETJOCTET(*datasrc->next_input_byte++); in jpeg_getc()
|
D | jpeglib.h | 803 const JOCTET *next_input_byte; /* => next byte to read from buffer */ member
|
D | jdarith.c | 80 return GETJOCTET(*src->next_input_byte++); in get_byte()
|
D | libjpeg.txt | 1614 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/ |
D | jpeg_handle.cc | 112 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/ |
D | dng_jpeg_memory_source.cpp | 40 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/ |
D | fx_codec_jpeg.cpp | 75 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/ |
D | tif_jpeg.c | 536 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()
|
D | tif_ojpeg.c | 2527 sp->libjpeg_jpeg_source_mgr.next_input_byte=mem; in OJPEGLibjpegJpegSourceMgrFillInputBuffer()
|
/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/libvncserver/common/ |
D | turbojpeg.c | 637 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/ |
D | mjpeg_decoder.cc | 423 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/ |
D | mjpeg_decoder.cc | 427 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/ |
D | jpeg.c | 263 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()
|