/external/jpeg/ |
D | jdatasrc.c | 29 JOCTET * buffer; /* start of buffer */ 102 src->buffer[0] = (JOCTET) 0xFF; in fill_input_buffer() 103 src->buffer[1] = (JOCTET) JPEG_EOI; in fill_input_buffer() 198 src->buffer = (JOCTET *) in jpeg_stdio_src() 200 INPUT_BUF_SIZE * SIZEOF(JOCTET)); in jpeg_stdio_src()
|
D | jdatadst.c | 29 JOCTET * buffer; /* start of buffer */ 48 dest->buffer = (JOCTET *) in init_destination() 50 OUTPUT_BUF_SIZE * SIZEOF(JOCTET)); in init_destination()
|
D | jmorecfg.h | 137 typedef uint8_t JOCTET; typedef 142 typedef char JOCTET; typedef
|
D | jdmarker.c | 121 const JOCTET * next_input_byte = datasrc->next_input_byte; \ 592 examine_app0 (j_decompress_ptr cinfo, JOCTET FAR * data, in examine_app0() 668 examine_app14 (j_decompress_ptr cinfo, JOCTET FAR * data, in examine_app14() 703 JOCTET b[APPN_DATA_LEN]; in get_interesting_appn() 724 examine_app0(cinfo, (JOCTET FAR *) b, numtoread, length); in get_interesting_appn() 727 examine_app14(cinfo, (JOCTET FAR *) b, numtoread, length); in get_interesting_appn() 753 JOCTET FAR * data; in save_marker() 779 data = cur_marker->data = (JOCTET FAR *) (cur_marker + 1); in save_marker()
|
D | jpeglib.h | 200 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));
|
D | jdhuff.h | 91 const JOCTET * next_input_byte; /* => next byte to read from source */
|
D | jcapimin.c | 193 const JOCTET *dataptr, unsigned int datalen) in jpeg_write_marker()
|
D | jcphuff.c | 33 JOCTET * next_output_byte; /* => next byte to write in buffer */ 199 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
|
D | jchuff.c | 81 JOCTET * next_output_byte; /* => next byte to write in buffer */ 271 { *(state)->next_output_byte++ = (JOCTET) (val); \
|
D | jcmarker.c | 113 *(dest->next_output_byte)++ = (JOCTET) val; in emit_byte()
|
D | jdhuff.c | 299 register const JOCTET * next_input_byte = state->next_input_byte; in jpeg_fill_bit_buffer()
|
/external/skia/src/codec/ |
D | SkJpegUtility.cpp | 16 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_init_source() 32 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_fill_input_buffer() 52 src->next_input_byte = (const JOCTET*) src->fBuffer; in sk_skip_input_data()
|
/external/skia/src/images/ |
D | SkJpegUtility.cpp | 14 src->next_input_byte = (const JOCTET*)src->fBuffer; in sk_init_source() 42 src->next_input_byte = (const JOCTET*)src->fBuffer; in sk_seek_input_data() 63 src->next_input_byte = (const JOCTET*)src->fBuffer; in sk_fill_input_buffer() 85 src->next_input_byte = (const JOCTET*)src->fBuffer; in sk_skip_input_data()
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | jmorecfg.h | 113 typedef unsigned char JOCTET; typedef 118 typedef char JOCTET; typedef
|
D | fpdfapi_jdmarker.c | 122 const JOCTET * next_input_byte = datasrc->next_input_byte; \ 618 examine_app0 (j_decompress_ptr cinfo, JOCTET FAR * data, in examine_app0() 694 examine_app14 (j_decompress_ptr cinfo, JOCTET FAR * data, in examine_app14() 729 JOCTET b[APPN_DATA_LEN]; in get_interesting_appn() 750 examine_app0(cinfo, (JOCTET FAR *) b, numtoread, length); in get_interesting_appn() 753 examine_app14(cinfo, (JOCTET FAR *) b, numtoread, length); in get_interesting_appn() 779 JOCTET FAR * data; in save_marker() 805 data = cur_marker->data = (JOCTET FAR *) (cur_marker + 1); in save_marker()
|
D | jpeglib.h | 267 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));
|
D | jdhuff.h | 90 const JOCTET * next_input_byte; /* => next byte to read from source */
|
D | fpdfapi_jcapimin.c | 194 const JOCTET *dataptr, unsigned int datalen) in jpeg_write_marker()
|
D | fpdfapi_jcphuff.c | 34 JOCTET * next_output_byte; /* => next byte to write in buffer */ 200 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
|
D | fpdfapi_jchuff.c | 85 JOCTET * next_output_byte; /* => next byte to write in buffer */ 275 { *(state)->next_output_byte++ = (JOCTET) (val); \
|
D | fpdfapi_jcmarker.c | 114 *(dest->next_output_byte)++ = (JOCTET) val; in emit_byte()
|
D | fpdfapi_jdhuff.c | 302 register const JOCTET * next_input_byte = state->next_input_byte; in jpeg_fill_bit_buffer()
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
D | jmorecfg.h | 113 typedef unsigned char JOCTET; typedef 118 typedef char JOCTET; typedef
|
D | jpeglib.h | 267 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/libvncserver/libvncclient/ |
D | tight.c | 634 client->jpegSrcManager->next_input_byte = (JOCTET *)client->jpegBufferPtr; in JpegFillInputBuffer() 646 client->jpegSrcManager->next_input_byte = (JOCTET *)client->jpegBufferPtr; in JpegSkipInputData() 675 client->jpegSrcManager->next_input_byte = (JOCTET*)client->jpegBufferPtr; in JpegSetSrcManager()
|