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

  /external/libjpeg-turbo/
jcphuff.c 34 * next_output_byte/free_in_buffer are local copies of cinfo->dest fields.
36 JOCTET *next_output_byte; /* => next byte to write in buffer */ member in struct:__anon23351
202 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
216 entropy->next_output_byte = dest->next_output_byte;
389 entropy->next_output_byte = cinfo->dest->next_output_byte;
442 cinfo->dest->next_output_byte = entropy->next_output_byte;
475 entropy->next_output_byte = cinfo->dest->next_output_byte
    [all...]
jchuff.c 123 JOCTET *next_output_byte; /* => next byte to write in buffer */ member in struct:__anon23344
314 { *(state)->next_output_byte++ = (JOCTET) (val); \
329 state->next_output_byte = dest->next_output_byte;
438 else buffer = state->next_output_byte; \
447 MEMCOPY(state->next_output_byte, buffer, bytestocopy); \
448 state->next_output_byte += bytestocopy; \
457 state->free_in_buffer -= (buffer - state->next_output_byte); \
458 state->next_output_byte = buffer; \
652 state.next_output_byte = cinfo->dest->next_output_byte
    [all...]
jdatadst.c 78 dest->pub.next_output_byte = dest->buffer;
95 * (ignoring the current state of next_output_byte & free_in_buffer),
108 * (typically the start of the current MCU). next_output_byte & free_in_buffer
123 dest->pub.next_output_byte = dest->buffer;
151 dest->pub.next_output_byte = nextbuffer + dest->bufsize;
290 dest->pub.next_output_byte = dest->buffer = *outbuffer;
jdatadst-tj.c 67 * (ignoring the current state of next_output_byte & free_in_buffer),
80 * (typically the start of the current MCU). next_output_byte & free_in_buffer
109 dest->pub.next_output_byte = nextbuffer + dest->bufsize;
198 dest->pub.next_output_byte = dest->buffer = *outbuffer;
jcmarker.c 118 *(dest->next_output_byte)++ = (JOCTET) val;
jpeglib.h 791 JOCTET *next_output_byte; \/* => next byte to write in buffer *\/ member in struct:jpeg_destination_mgr
    [all...]
jcarith.c 124 *dest->next_output_byte++ = (JOCTET) val;
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcphuff.c 31 * next_output_byte/free_in_buffer are local copies of cinfo->dest fields.
33 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon28560
199 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
213 entropy->next_output_byte = dest->next_output_byte;
388 entropy->next_output_byte = cinfo->dest->next_output_byte;
441 cinfo->dest->next_output_byte = entropy->next_output_byte;
474 entropy->next_output_byte = cinfo->dest->next_output_byte
    [all...]
fpdfapi_jchuff.c 80 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon28554
270 { *(state)->next_output_byte++ = (JOCTET) (val); \
285 state->next_output_byte = dest->next_output_byte;
483 state.next_output_byte = cinfo->dest->next_output_byte;
509 cinfo->dest->next_output_byte = state.next_output_byte;
538 state.next_output_byte = cinfo->dest->next_output_byte;
    [all...]
fpdfapi_jcmarker.c 113 *(dest->next_output_byte)++ = (JOCTET) val;
jpeglib.h 816 JOCTET * next_output_byte; \/* => next byte to write in buffer *\/ member in struct:jpeg_destination_mgr
    [all...]
  /external/skia/src/images/
SkJPEGWriteUtility.cpp 16 dest->next_output_byte = dest->fBuffer;
30 dest->next_output_byte = dest->fBuffer;
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genJPEGStrips.cpp 66 .term_destination = term_buffer, .next_output_byte = buffPtr,
124 *numCompBytes = (int) (cinfo.dest->next_output_byte - buffPtr);
  /packages/apps/Camera2/jni/
jpegutil.cpp 215 cinfo->dest->next_output_byte = cdata.out_buf;
227 cinfo->dest->next_output_byte = cdata.out_buf;
290 int numBytesInBuffer = cinfo.dest->next_output_byte - out_buf;
  /device/generic/goldfish/camera/jpeg-stub/
Compressor.cpp 210 manager->next_output_byte = &manager->mBuffer[0];
222 manager->next_output_byte = &manager->mBuffer[oldSize];
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.cpp 26 dst->mgr.next_output_byte = reinterpret_cast<JOCTET*>(dst->outStream->getBufferPtr());
36 dst->mgr.next_output_byte = reinterpret_cast<JOCTET*>(dst->outStream->getBufferPtr());
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 202 dest->next_output_byte = (JOCTET*)(dest->parent->mJpegBuffer->data);
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 268 dest->next_output_byte = (JOCTET*)(dest->parent->mJpegBuffer.img);
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpeg.cpp 527 dest.next_output_byte = *dest_buf;
574 dest.next_output_byte = *dest_buf + dest_buf_length - dest.free_in_buffer;
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 406 sp->dest.next_output_byte = (JOCTET*) tif->tif_rawdata;
432 sp->dest.next_output_byte = (JOCTET*) tif->tif_rawdata;
444 tif->tif_rawcp = (uint8*) sp->dest.next_output_byte;
470 sp->dest.next_output_byte = (JOCTET*) sp->jpegtables;
485 sp->dest.next_output_byte = (JOCTET*) newbuf + sp->jpegtables_length;
    [all...]
  /external/libvncserver/common/
turbojpeg.c 585 this->jdst.next_output_byte=*jpegBuf;
  /external/ImageMagick/coders/
jpeg.c     [all...]
  /external/dng_sdk/source/
dng_image_writer.cpp     [all...]

Completed in 3756 milliseconds