Searched refs:next_output_byte (Results 1 - 13 of 13) sorted by relevance

/external/jpeg/
H A Djcphuff.c31 * 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:__anon6476
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
[all...]
H A Djdatadst.c52 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;
H A Djchuff.c81 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon6469
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...]
H A Djcmarker.c113 *(dest->next_output_byte)++ = (JOCTET) val;
H A Djpeglib.h775 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcphuff.c32 * 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:__anon13296
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
[all...]
H A Dfpdfapi_jchuff.c85 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:__anon13290
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...]
H A Dfpdfapi_jcmarker.c114 *(dest->next_output_byte)++ = (JOCTET) val;
H A Djpeglib.h781 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr
/external/skia/src/images/
H A DSkJpegUtility.cpp118 dest->next_output_byte = dest->fBuffer;
132 dest->next_output_byte = dest->fBuffer;
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpeg.cpp158 dest.next_output_byte = dest_buf;
208 dest.next_output_byte = dest_buf + dest_buf_length - dest.free_in_buffer;
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h781 JOCTET * next_output_byte; /* => next byte to write in buffer */ member in struct:jpeg_destination_mgr
/external/libvncserver/common/
H A Dturbojpeg.c581 this->jdst.next_output_byte=*jpegBuf;

Completed in 376 milliseconds