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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
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 Djpegdecoder.c168 JOCTET *inbuf;
219 src->inbuf = (JOCTET *)(*env)->GetPrimitiveArrayCritical
298 src->inbuf[0] = (JOCTET) 0xFF;
299 src->inbuf[1] = (JOCTET) JPEG_EOI;
358 src->inbuf[offset] = (JOCTET) 0xFF;
359 src->inbuf[offset + 1] = (JOCTET) JPEG_EOI;
441 src->inbuf[0] = (JOCTET) 0xFF;
442 src->inbuf[1] = (JOCTET) JPEG_EOI;
H A DimageioJPEG.c111 JOCTET *buf; // Pinned buffer pointer */
186 const JOCTET *next_byte);
210 const JOCTET **next_byte) {
214 (JOCTET *)(*env)->GetPrimitiveArrayCritical(env,
232 const JOCTET *next_byte) {
472 static void RELEASE_ARRAYS(JNIEnv *env, imageIODataPtr data, const JOCTET *next_byte)
483 static int GET_ARRAYS(JNIEnv *env, imageIODataPtr data, const JOCTET **next_byte) {
957 sb->buf[0] = (JOCTET) 0xFF;
958 sb->buf[1] = (JOCTET) JPEG_EOI;
1040 sb->buf[offset] = (JOCTET)
[all...]
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; \
591 examine_app0 (j_decompress_ptr cinfo, JOCTET FAR * data,
677 examine_app14 (j_decompress_ptr cinfo, JOCTET FAR * data,
712 JOCTET b[APPN_DATA_LEN];
733 examine_app0(cinfo, (JOCTET FAR *) b, numtoread, length);
736 examine_app14(cinfo, (JOCTET FAR *) b, numtoread, length);
762 JOCTET FAR * data;
788 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 Djcmarker.c117 *(dest->next_output_byte)++ = (JOCTET) val;
H A Djdhuff.c302 register const JOCTET * next_input_byte = state->next_input_byte;
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_jpeg.c40 JOCTET *buffer; /* start of buffer */
70 src->buffer[0] = (JOCTET) 0xFF;
71 src->buffer[1] = (JOCTET) JPEG_EOI;
112 src->buffer = (JOCTET *)
114 JPOOL_PERMANENT, INPUT_BUF_SIZE * SIZEOF(JOCTET));

Completed in 58 milliseconds