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

1 2

  /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;
  /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:__anon27302
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:__anon27295
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...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcphuff.c 32 * next_output_byte/free_in_buffer are local copies of cinfo->dest fields.
34 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon33337
200 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
214 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...]
fpdfapi_jchuff.c 85 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon33331
275 { *(state)->next_output_byte++ = (JOCTET) (val); \
290 state->next_output_byte = dest->next_output_byte;
488 state.next_output_byte = cinfo->dest->next_output_byte;
514 cinfo->dest->next_output_byte = state.next_output_byte;
543 state.next_output_byte = cinfo->dest->next_output_byte;
    [all...]
  /external/qemu/distrib/jpeg-6b/
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:__anon33886
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:__anon33879
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...]
  /external/qemu/android/utils/
jpeg-compress.c 59 dst->common.next_output_byte = dst->jpeg_buf + dst->header_size;
84 dst->common.next_output_byte = dst->jpeg_buf + accumulated + dst->header_size;
110 dsc->common.next_output_byte = NULL;
137 (uint8_t*)dsc->common.next_output_byte - dsc->jpeg_buf - dsc->header_size;
  /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/skia/src/images/
SkJpegUtility.cpp 122 dest->next_output_byte = dest->fBuffer;
136 dest->next_output_byte = dest->fBuffer;
  /packages/apps/Camera2/jni/
jpegutil.cpp 205 cinfo->dest->next_output_byte = cdata.outBuf;
217 cinfo->dest->next_output_byte = cdata.outBuf;
295 int numBytesInBuffer = cinfo.dest->next_output_byte - outBuf;
  /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();
  /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());
  /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];
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 202 dest->next_output_byte = (JOCTET*)(dest->parent->mJpegBuffer->data);
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 73 dest->next_output_byte = dest->buf;
81 dest->next_output_byte = dest->buf;
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 73 dest->next_output_byte = dest->buf;
81 dest->next_output_byte = dest->buf;
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 268 dest->next_output_byte = (JOCTET*)(dest->parent->mJpegBuffer.img);

Completed in 455 milliseconds

1 2