HomeSort by relevance Sort by last modified time
    Searched refs:next_input_byte (Results 26 - 37 of 37) sorted by null

12

  /external/chromium_org/third_party/libyuv/source/
mjpeg_decoder.cc 420 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data;
428 cinfo->src->next_input_byte += num_bytes;
  /external/libyuv/files/source/
mjpeg_decoder.cc 443 cinfo->src->next_input_byte = buf_vec->buffers[buf_vec->pos].data;
451 cinfo->src->next_input_byte += num_bytes;
  /external/chromium_org/third_party/libjpeg_turbo/
djpeg.c 392 return GETJOCTET(*datasrc->next_input_byte++);
jdarith.c 74 return GETJOCTET(*src->next_input_byte++);
jpeglib.h 807 const JOCTET * next_input_byte; \/* => next byte to read from buffer *\/ member in struct:jpeg_source_mgr
    [all...]
  /external/jpeg/
djpeg.c 364 return GETJOCTET(*datasrc->next_input_byte++);
jpeglib.h 787 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr
    [all...]
  /external/qemu/distrib/jpeg-6b/
djpeg.c 364 return GETJOCTET(*datasrc->next_input_byte++);
jpeglib.h 787 const JOCTET * next_input_byte; /* => next byte to read from buffer */ member in struct:jpeg_source_mgr
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 385 src->pub.next_input_byte += bytesToSkip;
396 m_info.src->next_input_byte = (JOCTET*)(data.data()) + readOffset;
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 793 const JOCTET * next_input_byte; \/* => next byte to read from buffer *\/ member in struct:jpeg_source_mgr
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jpeglib.h 793 const JOCTET * next_input_byte; \/* => next byte to read from buffer *\/ member in struct:jpeg_source_mgr
    [all...]

Completed in 859 milliseconds

12