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

  /external/chromium_org/third_party/libjpeg_turbo/
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:__anon17349
199 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
213 entropy->next_output_byte = dest->next_output_byte;
386 entropy->next_output_byte = cinfo->dest->next_output_byte;
439 cinfo->dest->next_output_byte = entropy->next_output_byte;
472 entropy->next_output_byte = cinfo->dest->next_output_byte
    [all...]
jdatadst-tj.c 66 * (ignoring the current state of next_output_byte & free_in_buffer),
79 * (typically the start of the current MCU). next_output_byte & free_in_buffer
108 dest->pub.next_output_byte = nextbuffer + dest->bufsize;
188 dest->pub.next_output_byte = dest->buffer = *outbuffer;
jchuff.c 119 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon17342
320 { *(state)->next_output_byte++ = (JOCTET) (val); \
335 state->next_output_byte = dest->next_output_byte;
431 else buffer = state->next_output_byte; \
440 MEMCOPY(state->next_output_byte, buffer, bytestocopy); \
441 state->next_output_byte += bytestocopy; \
450 state->free_in_buffer -= (buffer - state->next_output_byte); \
451 state->next_output_byte = buffer; \
630 state.next_output_byte = cinfo->dest->next_output_byte
    [all...]
jdatadst.c 77 dest->pub.next_output_byte = dest->buffer;
94 * (ignoring the current state of next_output_byte & free_in_buffer),
107 * (typically the start of the current MCU). next_output_byte & free_in_buffer
122 dest->pub.next_output_byte = dest->buffer;
150 dest->pub.next_output_byte = nextbuffer + dest->bufsize;
276 dest->pub.next_output_byte = dest->buffer = *outbuffer;
jcmarker.c 117 *(dest->next_output_byte)++ = (JOCTET) val;
turbojpegl.c 178 j->jdms.next_output_byte = dstbuf;
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/jpeg/
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:__anon2243
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...]
jdatadst.c 52 dest->pub.next_output_byte = dest->buffer;
61 * (ignoring the current state of next_output_byte & free_in_buffer),
74 * (typically the start of the current MCU). next_output_byte & free_in_buffer
89 dest->pub.next_output_byte = dest->buffer;
jchuff.c 81 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon2236
271 { *(state)->next_output_byte++ = (JOCTET) (val); \
286 state->next_output_byte = dest->next_output_byte;
484 state.next_output_byte = cinfo->dest->next_output_byte;
510 cinfo->dest->next_output_byte = state.next_output_byte;
539 state.next_output_byte = cinfo->dest->next_output_byte;
    [all...]
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/chromium_org/third_party/skia/src/images/
SkJpegUtility.cpp 122 dest->next_output_byte = dest->fBuffer;
136 dest->next_output_byte = dest->fBuffer;
  /external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
JPEGImageEncoder.cpp 56 out->next_output_byte = out->buffer.data();
64 out->next_output_byte = out->buffer.data();
  /external/chromium_org/ui/gfx/codec/
jpeg_codec.cc 86 // any data is actually written. It must initialize next_output_byte and
95 cinfo->dest->next_output_byte = &(*state->out)[0];
105 // state of next_output_byte and free_in_buffer). Then reset the pointer &
121 cinfo->dest->next_output_byte = &(*state->out)[state->image_buffer_used];
131 // remaining in the buffer. Use either next_output_byte or free_in_buffer to
138 state->image_buffer_used = cinfo->dest->next_output_byte - &(*state->out)[0];
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 268 dest->next_output_byte = (JOCTET*)(dest->parent->mJpegBuffer.img);

Completed in 678 milliseconds