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

1 2

  /external/libjpeg-turbo/
jcphuff.c 33 * next_output_byte/free_in_buffer are local copies of cinfo->dest fields.
35 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon15208
201 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
215 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-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;
192 dest->pub.next_output_byte = dest->buffer = *outbuffer;
jchuff.c 118 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon15201
307 { *(state)->next_output_byte++ = (JOCTET) (val); \
322 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; \
628 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;
jpeglib.h 790 JOCTET * next_output_byte; \/* => next byte to write in buffer *\/ member in struct:jpeg_destination_mgr
    [all...]
jcarith.c 123 *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:__anon21602
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 84 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon21596
274 { *(state)->next_output_byte++ = (JOCTET) (val); \
289 state->next_output_byte = dest->next_output_byte;
487 state.next_output_byte = cinfo->dest->next_output_byte;
513 cinfo->dest->next_output_byte = state.next_output_byte;
542 state.next_output_byte = cinfo->dest->next_output_byte;
    [all...]
fpdfapi_jcmarker.c 113 *(dest->next_output_byte)++ = (JOCTET) val;
  /external/opencv3/3rdparty/libjpeg/
jchuff.c 103 /* next_output_byte/free_in_buffer are local copies of cinfo->dest fields.
105 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon20320
124 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon20321
256 { *(state)->next_output_byte++ = (JOCTET) (val); \
263 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
277 state->next_output_byte = dest->next_output_byte;
292 entropy->next_output_byte = dest->next_output_byte;
552 entropy->next_output_byte = cinfo->dest->next_output_byte
    [all...]
jdatadst.c 73 dest->pub.next_output_byte = dest->buffer;
88 * (ignoring the current state of next_output_byte & free_in_buffer),
101 * (typically the start of the current MCU). next_output_byte & free_in_buffer
116 dest->pub.next_output_byte = dest->buffer;
143 dest->pub.next_output_byte = nextbuffer + dest->bufsize;
268 dest->pub.next_output_byte = dest->buffer = *outbuffer;
jcmarker.c 115 *(dest->next_output_byte)++ = (JOCTET) val;
jpeglib.h 766 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr
    [all...]
  /external/skia/src/images/
SkJpegUtility.cpp 118 dest->next_output_byte = dest->fBuffer;
132 dest->next_output_byte = dest->fBuffer;
  /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;
  /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);
  /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);
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg.cpp 514 dest->pub.next_output_byte = &(*dest->buf)[0];
586 dest.pub.next_output_byte = &out_buf[0];
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 172 dest.next_output_byte = dest_buf;
223 dest.next_output_byte = dest_buf + dest_buf_length - dest.free_in_buffer;
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 392 sp->dest.next_output_byte = (JOCTET*) tif->tif_rawdata;
418 sp->dest.next_output_byte = (JOCTET*) tif->tif_rawdata;
430 tif->tif_rawcp = (uint8*) sp->dest.next_output_byte;
456 sp->dest.next_output_byte = (JOCTET*) sp->jpegtables;
471 sp->dest.next_output_byte = (JOCTET*) newbuf + sp->jpegtables_length;
    [all...]
  /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...]

Completed in 472 milliseconds

1 2