Home
last modified time | relevance | path

Searched refs:JOCTET (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djdatasrc.c30 JOCTET * buffer; /* start of buffer */
109 src->buffer[0] = (JOCTET) 0xFF; in fill_input_buffer()
110 src->buffer[1] = (JOCTET) JPEG_EOI; in fill_input_buffer()
124 static const JOCTET mybuffer[4] = { in fill_mem_input_buffer()
125 (JOCTET) 0xFF, (JOCTET) JPEG_EOI, 0, 0 in fill_mem_input_buffer()
226 src->buffer = (JOCTET *) in jpeg_stdio_src()
228 INPUT_BUF_SIZE * SIZEOF(JOCTET)); in jpeg_stdio_src()
274 src->next_input_byte = (const JOCTET *) inbuffer; in jpeg_mem_src()
A Djdatadst.c35 JOCTET * buffer; /* start of buffer */
51 JOCTET * buffer; /* start of buffer */
69 dest->buffer = (JOCTET *) in init_destination()
71 OUTPUT_BUF_SIZE * SIZEOF(JOCTET)); in init_destination()
126 JOCTET * nextbuffer; in empty_mem_output_buffer()
131 nextbuffer = (JOCTET *) malloc(nextsize); in empty_mem_output_buffer()
A Djmorecfg.h162 typedef unsigned char JOCTET; typedef
167 typedef char JOCTET; typedef
A Djdmarker.c123 const JOCTET * next_input_byte = datasrc->next_input_byte; \
720 examine_app0 (j_decompress_ptr cinfo, JOCTET FAR * data, in examine_app0()
797 examine_app14 (j_decompress_ptr cinfo, JOCTET FAR * data, in examine_app14()
832 JOCTET b[APPN_DATA_LEN]; in get_interesting_appn()
853 examine_app0(cinfo, (JOCTET FAR *) b, numtoread, length); in get_interesting_appn()
856 examine_app14(cinfo, (JOCTET FAR *) b, numtoread, length); in get_interesting_appn()
882 JOCTET FAR * data; in save_marker()
908 data = cur_marker->data = (JOCTET FAR *) (cur_marker + 1); in save_marker()
A Djpeglib.h214 JOCTET FAR * data; /* the data contained in the marker */
773 JOCTET * next_output_byte; /* => next byte to write in buffer */
785 const JOCTET * next_input_byte; /* => next byte to read from buffer */
1028 const JOCTET * dataptr, unsigned int datalen));
A Djcapimin.c201 const JOCTET *dataptr, unsigned int datalen) in jpeg_write_marker()
A Djchuff.c105 JOCTET * next_output_byte; /* => next byte to write in buffer */
124 JOCTET * next_output_byte; /* => next byte to write in buffer */
256 { *(state)->next_output_byte++ = (JOCTET) (val); \
263 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
A Dtransupp.c1318 adjust_exif_parameters (JOCTET FAR * data, unsigned int length, in adjust_exif_parameters()
1448 data[offset+10] = (JOCTET)((new_value >> 8) & 0xFF); in adjust_exif_parameters()
1449 data[offset+11] = (JOCTET)(new_value & 0xFF); in adjust_exif_parameters()
1457 data[offset+8] = (JOCTET)(new_value & 0xFF); in adjust_exif_parameters()
1458 data[offset+9] = (JOCTET)((new_value >> 8) & 0xFF); in adjust_exif_parameters()
A Djdhuff.c87 const JOCTET * next_input_byte; /* => next byte to read from source */
471 register const JOCTET * next_input_byte = state->next_input_byte; in jpeg_fill_bit_buffer()
A Djcmarker.c115 *(dest->next_output_byte)++ = (JOCTET) val; in emit_byte()
A Djcarith.c121 *dest->next_output_byte++ = (JOCTET) val; in emit_byte()
A Dstructure.txt104 compressed data as an array of values of typedef JOCTET. If no data type
106 modules must be written to unpack and pack the chosen JOCTET datatype into
A Dlibjpeg.txt1487 The work buffer is defined as an array of datatype JOCTET, which is generally
1489 wide, you must define JOCTET as a wider data type and then modify the data
1496 JOCTET * next_output_byte; /* => next byte to write in buffer */
1545 const JOCTET * next_input_byte; /* => next byte to read from buffer */
3048 to redefine JOCTET and/or provide custom data source/destination managers so
3049 that JOCTET represents exactly 8 bits of data on external storage.
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djmorecfg.h162 typedef unsigned char JOCTET; typedef
167 typedef char JOCTET; typedef
A Djpeglib.h214 JOCTET FAR * data; /* the data contained in the marker */
773 JOCTET * next_output_byte; /* => next byte to write in buffer */
785 const JOCTET * next_input_byte; /* => next byte to read from buffer */
1028 const JOCTET * dataptr, unsigned int datalen));
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_jpeg.c446 sp->dest.next_output_byte = (JOCTET*) tif->tif_rawdata; in std_init_destination()
472 sp->dest.next_output_byte = (JOCTET*) tif->tif_rawdata; in std_empty_output_buffer()
510 sp->dest.next_output_byte = (JOCTET*) sp->jpegtables; in tables_init_destination()
525 sp->dest.next_output_byte = (JOCTET*) newbuf + sp->jpegtables_length; in tables_empty_output_buffer()
576 sp->src.next_input_byte = (const JOCTET*) tif->tif_rawdata; in std_init_source()
584 static const JOCTET dummy_EOI[2] = { 0xFF, JPEG_EOI }; in std_fill_input_buffer()
662 sp->src.next_input_byte = (const JOCTET*) sp->jpegtables; in tables_init_source()
1335 sp->src.next_input_byte = (const JOCTET*) tif->tif_rawcp; in JPEGDecode()
1391 sp->src.next_input_byte = (const JOCTET*) tif->tif_rawcp; in JPEGDecode()

Completed in 38 milliseconds