Home
last modified time | relevance | path

Searched refs:CALLJPEG (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtif_jpeg.c244 #define CALLJPEG(sp, fail, op) (SETJMP((sp)->exit_jmpbuf) ? (fail) : (op)) macro
245 #define CALLVJPEG(sp, op) CALLJPEG(sp, 0, ((op),1))
304 return CALLJPEG(sp, -1, (int) jpeg_write_scanlines(&sp->cinfo.c, in TIFFjpeg_write_scanlines()
311 return CALLJPEG(sp, -1, (int) jpeg_write_raw_data(&sp->cinfo.c, in TIFFjpeg_write_raw_data()
330 return CALLJPEG(sp, -1, jpeg_read_header(&sp->cinfo.d, require_image)); in TIFFjpeg_read_header()
342 return CALLJPEG(sp, -1, (int) jpeg_read_scanlines(&sp->cinfo.d, in TIFFjpeg_read_scanlines()
349 return CALLJPEG(sp, -1, (int) jpeg_read_raw_data(&sp->cinfo.d, in TIFFjpeg_read_raw_data()
356 return CALLJPEG(sp, -1, (int) jpeg_finish_decompress(&sp->cinfo.d)); in TIFFjpeg_finish_decompress()
375 return CALLJPEG(sp, (JSAMPARRAY) NULL, in TIFFjpeg_alloc_sarray()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c252 #define CALLJPEG(sp, fail, op) (SETJMP((sp)->exit_jmpbuf) ? (fail) : (op)) macro
253 #define CALLVJPEG(sp, op) CALLJPEG(sp, 0, ((op),1))
318 return CALLJPEG(sp, -1, (int) jpeg_write_scanlines(&sp->cinfo.c, in TIFFjpeg_write_scanlines()
325 return CALLJPEG(sp, -1, (int) jpeg_write_raw_data(&sp->cinfo.c, in TIFFjpeg_write_raw_data()
344 return CALLJPEG(sp, -1, jpeg_read_header(&sp->cinfo.d, require_image)); in TIFFjpeg_read_header()
356 return CALLJPEG(sp, -1, (int) jpeg_read_scanlines(&sp->cinfo.d, in TIFFjpeg_read_scanlines()
363 return CALLJPEG(sp, -1, (int) jpeg_read_raw_data(&sp->cinfo.d, in TIFFjpeg_read_raw_data()
370 return CALLJPEG(sp, -1, (int) jpeg_finish_decompress(&sp->cinfo.d)); in TIFFjpeg_finish_decompress()
389 return CALLJPEG(sp, (JSAMPARRAY) NULL, in TIFFjpeg_alloc_sarray()