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

/openjdk9/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djmorecfg.h106 /* Compressed datastreams are represented as arrays of JOCTET.
114 typedef unsigned char JOCTET; typedef
119 typedef char JOCTET; typedef
H A DimageioJPEG.c118 JOCTET *buf; // Pinned buffer pointer */
203 const JOCTET *next_byte);
227 const JOCTET **next_byte) {
231 (JOCTET *)(*env)->GetPrimitiveArrayCritical(env,
249 const JOCTET *next_byte) {
489 static void RELEASE_ARRAYS(JNIEnv *env, imageIODataPtr data, const JOCTET *next_byte)
500 static int GET_ARRAYS(JNIEnv *env, imageIODataPtr data, const JOCTET **next_byte) {
584 RELEASE_ARRAYS(env, data, (const JOCTET *)(dest->next_output_byte));
590 (const JOCTET **)(&dest->next_output_byte))) {
999 sb->buf[0] = (JOCTET)
[all...]
H A Djpegdecoder.c174 JOCTET *inbuf;
226 src->inbuf = (JOCTET *)(*env)->GetPrimitiveArrayCritical
307 src->inbuf[0] = (JOCTET) 0xFF;
308 src->inbuf[1] = (JOCTET) JPEG_EOI;
368 src->inbuf[offset] = (JOCTET) 0xFF;
369 src->inbuf[offset + 1] = (JOCTET) JPEG_EOI;
452 src->inbuf[0] = (JOCTET) 0xFF;
453 src->inbuf[1] = (JOCTET) JPEG_EOI;
H A Djdhuff.h94 const JOCTET * next_input_byte; /* => next byte to read from source */
H A Djdmarker.c125 const JOCTET * next_input_byte = datasrc->next_input_byte; \
597 examine_app0 (j_decompress_ptr cinfo, JOCTET FAR * data,
683 examine_app14 (j_decompress_ptr cinfo, JOCTET FAR * data,
718 JOCTET b[APPN_DATA_LEN];
739 examine_app0(cinfo, (JOCTET FAR *) b, numtoread, length);
742 examine_app14(cinfo, (JOCTET FAR *) b, numtoread, length);
768 JOCTET FAR * data;
794 data = cur_marker->data = (JOCTET FAR *) (cur_marker + 1);
H A Djpeglib.h204 JOCTET FAR * data; /* the data contained in the marker */
718 JOCTET * next_output_byte; /* => next byte to write in buffer */
730 const JOCTET * next_input_byte; /* => next byte to read from buffer */
955 const JOCTET * dataptr, unsigned int datalen));
H A Djcapimin.c197 const JOCTET *dataptr, unsigned int datalen)
H A Djchuff.c85 JOCTET * next_output_byte; /* => next byte to write in buffer */
275 { *(state)->next_output_byte++ = (JOCTET) (val); \
H A Djcphuff.c37 JOCTET * next_output_byte; /* => next byte to write in buffer */
203 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
H A Djdhuff.c302 register const JOCTET * next_input_byte = state->next_input_byte;
H A Djcmarker.c117 *(dest->next_output_byte)++ = (JOCTET) val;
/openjdk9/jdk/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_jpeg.c45 JOCTET *buffer; /* start of buffer */
75 src->buffer[0] = (JOCTET) 0xFF;
76 src->buffer[1] = (JOCTET) JPEG_EOI;
117 src->buffer = (JOCTET *)
119 JPOOL_PERMANENT, INPUT_BUF_SIZE * sizeof(JOCTET));

Completed in 183 milliseconds