Searched refs:JOCTET (Results 1 - 25 of 25) sorted by relevance

/external/skia/src/codec/
H A DSkJpegUtility.cpp16 src->next_input_byte = (const JOCTET*) src->fBuffer;
32 src->next_input_byte = (const JOCTET*) src->fBuffer;
52 src->next_input_byte = (const JOCTET*) src->fBuffer;
/external/jpeg/
H A Djdatasrc.c29 JOCTET * buffer; /* start of buffer */
102 src->buffer[0] = (JOCTET) 0xFF;
103 src->buffer[1] = (JOCTET) JPEG_EOI;
198 src->buffer = (JOCTET *)
200 INPUT_BUF_SIZE * SIZEOF(JOCTET));
H A Djdatadst.c29 JOCTET * buffer; /* start of buffer */
48 dest->buffer = (JOCTET *)
50 OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
H A Djmorecfg.h129 /* Compressed datastreams are represented as arrays of JOCTET.
137 typedef uint8_t JOCTET; typedef
142 typedef char JOCTET; typedef
H A Djdhuff.h91 const JOCTET * next_input_byte; /* => next byte to read from source */
H A Djdmarker.c121 const JOCTET * next_input_byte = datasrc->next_input_byte; \
592 examine_app0 (j_decompress_ptr cinfo, JOCTET FAR * data,
668 examine_app14 (j_decompress_ptr cinfo, JOCTET FAR * data,
703 JOCTET b[APPN_DATA_LEN];
724 examine_app0(cinfo, (JOCTET FAR *) b, numtoread, length);
727 examine_app14(cinfo, (JOCTET FAR *) b, numtoread, length);
753 JOCTET FAR * data;
779 data = cur_marker->data = (JOCTET FAR *) (cur_marker + 1);
H A Djpeglib.h200 JOCTET FAR * data; /* the data contained in the marker */
775 JOCTET * next_output_byte; /* => next byte to write in buffer */
787 const JOCTET * next_input_byte; /* => next byte to read from buffer */
788 const JOCTET * start_input_byte; /* => first byte to read from input */
1015 const JOCTET * dataptr, unsigned int datalen));
H A Djcapimin.c193 const JOCTET *dataptr, unsigned int datalen)
H A Djchuff.c81 JOCTET * next_output_byte; /* => next byte to write in buffer */
271 { *(state)->next_output_byte++ = (JOCTET) (val); \
H A Djcphuff.c33 JOCTET * next_output_byte; /* => next byte to write in buffer */
199 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
H A Djcmarker.c113 *(dest->next_output_byte)++ = (JOCTET) val;
H A Djdhuff.c299 register const JOCTET * next_input_byte = state->next_input_byte;
/external/skia/src/images/
H A DSkJpegUtility.cpp14 src->next_input_byte = (const JOCTET*)src->fBuffer;
42 src->next_input_byte = (const JOCTET*)src->fBuffer;
63 src->next_input_byte = (const JOCTET*)src->fBuffer;
85 src->next_input_byte = (const JOCTET*)src->fBuffer;
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djmorecfg.h105 /* Compressed datastreams are represented as arrays of JOCTET.
113 typedef unsigned char JOCTET; typedef
118 typedef char JOCTET; typedef
H A Djpeglib.h267 JOCTET * data; /* the data contained in the marker */
781 JOCTET * next_output_byte; /* => next byte to write in buffer */
793 const JOCTET * next_input_byte; /* => next byte to read from buffer */
1020 const JOCTET * dataptr, unsigned int datalen));
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djmorecfg.h105 /* Compressed datastreams are represented as arrays of JOCTET.
113 typedef unsigned char JOCTET; typedef
118 typedef char JOCTET; typedef
H A Djdhuff.h90 const JOCTET * next_input_byte; /* => next byte to read from source */
H A Dfpdfapi_jdmarker.c122 const JOCTET * next_input_byte = datasrc->next_input_byte; \
618 examine_app0 (j_decompress_ptr cinfo, JOCTET FAR * data,
694 examine_app14 (j_decompress_ptr cinfo, JOCTET FAR * data,
729 JOCTET b[APPN_DATA_LEN];
750 examine_app0(cinfo, (JOCTET FAR *) b, numtoread, length);
753 examine_app14(cinfo, (JOCTET FAR *) b, numtoread, length);
779 JOCTET FAR * data;
805 data = cur_marker->data = (JOCTET FAR *) (cur_marker + 1);
H A Djpeglib.h267 JOCTET * data; /* the data contained in the marker */
781 JOCTET * next_output_byte; /* => next byte to write in buffer */
793 const JOCTET * next_input_byte; /* => next byte to read from buffer */
1020 const JOCTET * dataptr, unsigned int datalen));
H A Dfpdfapi_jcapimin.c194 const JOCTET *dataptr, unsigned int datalen)
H A Dfpdfapi_jchuff.c85 JOCTET * next_output_byte; /* => next byte to write in buffer */
275 { *(state)->next_output_byte++ = (JOCTET) (val); \
H A Dfpdfapi_jcphuff.c34 JOCTET * next_output_byte; /* => next byte to write in buffer */
200 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
H A Dfpdfapi_jcmarker.c114 *(dest->next_output_byte)++ = (JOCTET) val;
H A Dfpdfapi_jdhuff.c302 register const JOCTET * next_input_byte = state->next_input_byte;
/external/libvncserver/libvncclient/
H A Dtight.c634 client->jpegSrcManager->next_input_byte = (JOCTET *)client->jpegBufferPtr;
646 client->jpegSrcManager->next_input_byte = (JOCTET *)client->jpegBufferPtr;
675 client->jpegSrcManager->next_input_byte = (JOCTET*)client->jpegBufferPtr;

Completed in 1095 milliseconds