/external/pdfium/third_party/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 | 301 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()
|
D | fpdfapi_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++); ) 828 *data++ = *next_input_byte++; in save_marker()
|
/external/skia/src/codec/ |
D | SkJpegUtility_codec.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/libjpeg-turbo/ |
D | jdhuff.c | 304 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()
|
D | jdhuff.h | 101 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; \
|
D | jdatasrc.c | 118 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()
|
D | jdatasrc-tj.c | 86 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()
|
D | jdmarker.c | 123 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()
|
D | djpeg.c | 430 return GETJOCTET(*datasrc->next_input_byte++); in jpeg_getc()
|
D | jpeglib.h | 802 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member
|
/external/opencv3/3rdparty/libjpeg/ |
D | jdatasrc.c | 114 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()
|
D | jdhuff.c | 87 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()
|
D | jdmarker.c | 123 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()
|
D | jpeglib.h | 778 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member
|
/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/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/src/fxcodec/codec/ |
D | fx_codec_jpeg.cpp | 54 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/ |
D | grfmt_jpeg.cpp | 132 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/ |
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() 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/ |
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/opencv3/3rdparty/libtiff/ |
D | tif_jpeg.c | 522 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/ |
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/libvpx/libvpx/third_party/libyuv/source/ |
D | mjpeg_decoder.cc | 426 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/ |
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()
|