Home
last modified time | relevance | path

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

/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/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/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/libjpeg-turbo/
Djdhuff.c308 register const JOCTET *next_input_byte = state->next_input_byte; in jpeg_fill_bit_buffer() local
324 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
328 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
341 next_input_byte = cinfo->src->next_input_byte; in jpeg_fill_bit_buffer()
345 c = GETJOCTET(*next_input_byte++); in jpeg_fill_bit_buffer()
393 state->next_input_byte = next_input_byte; in jpeg_fill_bit_buffer()
673 buffer = (JOCTET *)br_state.next_input_byte; in decode_mcu_fast()
740 br_state.bytes_in_buffer -= (buffer - br_state.next_input_byte); in decode_mcu_fast()
741 br_state.next_input_byte = buffer; in decode_mcu_fast()
Djdhuff.h103 const JOCTET *next_input_byte; /* => next byte to read from source */ member
122 br_state.next_input_byte = cinfop->src->next_input_byte; \
128 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.c90 cinfo->src->next_input_byte = mybuffer; in fill_mem_input_buffer()
126 src->next_input_byte += (size_t)num_bytes; in skip_input_data()
193 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()
Djpeglib.h803 const JOCTET *next_input_byte; /* => next byte to read from buffer */ member
Ddjpeg.c447 return GETJOCTET(*datasrc->next_input_byte++); in jpeg_getc()
Djdarith.c83 return GETJOCTET(*src->next_input_byte++); in get_byte()
Dlibjpeg.txt1616 const JOCTET *next_input_byte; /* => next byte to read from buffer */
1635 into the buffer (ignoring the current state of next_input_byte and
1783 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/jpeg/
Djpegmodule.cpp79 cinfo->src->next_input_byte += num; in src_skip_data()
116 cinfo->src->next_input_byte += num; in src_skip_data1()
169 src.next_input_byte = src_span.data(); in JpegLoadInfo()
423 m_Src.next_input_byte = m_SrcSpan.data(); in InitDecompressSrc()
533 ctx->m_SrcMgr.next_input_byte = src_buf.data(); in Input()
/external/libyuv/files/source/
Dmjpeg_decoder.cc424 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data; in fill_input_buffer()
434 src->next_input_byte = nullptr; in skip_input_data()
437 src->next_input_byte += bytes; in skip_input_data()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c582 sp->src.next_input_byte = (const JOCTET*) tif->tif_rawdata; in std_init_source()
617 sp->src.next_input_byte = dummy_EOI; in std_fill_input_buffer()
632 sp->src.next_input_byte += (size_t) num_bytes; in std_skip_input_data()
655 sp->src.next_input_byte = NULL; in TIFFjpeg_data_src()
668 sp->src.next_input_byte = (const JOCTET*) sp->jpegtables; in tables_init_source()
1126 tif->tif_rawcp = (uint8*) sp->src.next_input_byte; in JPEGPreDecode()
1338 sp->src.next_input_byte = (const JOCTET*) tif->tif_rawcp; in JPEGDecode()
1373 tif->tif_rawcp = (uint8*) sp->src.next_input_byte; in JPEGDecode()
1394 sp->src.next_input_byte = (const JOCTET*) tif->tif_rawcp; in JPEGDecode()
1479 tif->tif_rawcp = (uint8*) sp->src.next_input_byte; in JPEGDecode()
Dtif_ojpeg.c2576 sp->libjpeg_jpeg_source_mgr.next_input_byte=mem; in OJPEGLibjpegJpegSourceMgrFillInputBuffer()
/external/libaom/libaom/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/libvpx/libvpx/third_party/libyuv/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/ImageMagick/coders/
Djpeg.c270 source->manager.next_input_byte=source->buffer; in FillInputBuffer()
284 return((int) GETJOCTET(*jpeg_info->src->next_input_byte++)); in GetCharacter()
874 source->manager.next_input_byte+=number_bytes; in SkipInputData()
900 source->manager.next_input_byte=NULL; in JPEGSourceManager()