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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_ojpeg.c353 #define CALLJPEG(sp,fail,op)(SETJMP((sp)->exit_jmpbuf)?(fail):(op)) macro
354 #define CALLVJPEG(sp,op)CALLJPEG(sp,0,((op),1))
560 if (!(buf = CALLJPEG(sp,0,(*sp->cinfo.comm.mem->alloc_sarray)(&sp->cinfo.comm,JPOOL_IMAGE,compptr->width_in_data_units*size,compptr->v_samp_factor*size))))
562 if (!(buf = CALLJPEG(sp,0,(*sp->cinfo.comm.mem->alloc_sarray)(&sp->cinfo.comm,JPOOL_IMAGE,compptr->width_in_blocks*size,compptr->v_samp_factor*size))))
589 if ( CALLJPEG(sp,-1,jpeg_write_scanlines(&sp->cinfo.c,(JSAMPARRAY)&buf,1))
666 if ( CALLJPEG(sp,-1,jpeg_write_raw_data(&sp->cinfo.c,sp->ds_buffer,lines_per_MCU))
977 if (CALLJPEG(sp,-1,jpeg_write_raw_data(&sp->cinfo.c,sp->ds_buffer,n)) != n)
1016 if ( CALLJPEG(sp,-1,jpeg_read_scanlines(&sp->cinfo.d,(JSAMPARRAY)&buf,1))
1065 if ( CALLJPEG(sp,-1,jpeg_read_raw_data(&sp->cinfo.d,sp->ds_buffer,lines_per_MCU))
1157 if ( CALLJPEG(s
[all...]
H A Dtif_jpeg.c210 #define CALLJPEG(sp, fail, op) (SETJMP((sp)->exit_jmpbuf) ? (fail) : (op)) macro
211 #define CALLVJPEG(sp, op) CALLJPEG(sp, 0, ((op),1))
270 return CALLJPEG(sp, -1, (int) jpeg_write_scanlines(&sp->cinfo.c,
277 return CALLJPEG(sp, -1, (int) jpeg_write_raw_data(&sp->cinfo.c,
296 return CALLJPEG(sp, -1, jpeg_read_header(&sp->cinfo.d, require_image));
308 return CALLJPEG(sp, -1, (int) jpeg_read_scanlines(&sp->cinfo.d,
315 return CALLJPEG(sp, -1, (int) jpeg_read_raw_data(&sp->cinfo.d,
322 return CALLJPEG(sp, -1, (int) jpeg_finish_decompress(&sp->cinfo.d));
341 return CALLJPEG(sp, (JSAMPARRAY) NULL,

Completed in 27 milliseconds