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

12

  /external/jpeg/
jcmarker.c 113 *(dest->next_output_byte)++ = (JOCTET) val;
jpeglib.h 775 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmarker.c 114 *(dest->next_output_byte)++ = (JOCTET) val;
jpeglib.h 781 JOCTET * next_output_byte; \/* => next byte to write in buffer *\/ member in struct:jpeg_destination_mgr
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcmarker.c 113 *(dest->next_output_byte)++ = (JOCTET) val;
jpeglib.h 775 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 204 dest.next_output_byte = dest_buf;
261 dest.next_output_byte = dest_buf + dest_buf_length - dest.free_in_buffer;
  /external/chromium_org/third_party/libjpeg_turbo/
jpeglib.h 795 JOCTET * next_output_byte; \/* => next byte to write in buffer *\/ member in struct:jpeg_destination_mgr
    [all...]
jcarith.c 121 *dest->next_output_byte++ = (JOCTET) val;
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 781 JOCTET * next_output_byte; \/* => next byte to write in buffer *\/ member in struct:jpeg_destination_mgr
    [all...]

Completed in 1416 milliseconds

12