Lines Matching refs:jerr

108   struct my_error_mgr jerr;  member
190 this->jerr.warning = FALSE; \
202 this->jerr.warning = FALSE; \
214 this->jerr.warning = FALSE; \
409 if (this && this->jerr.warning) return TJERR_WARNING; in tjGetErrorCode()
418 if (setjmp(this->jerr.setjmp_buffer)) return -1; in tjDestroy()
452 this->cinfo.err = jpeg_std_error(&this->jerr.pub); in _tjInitCompress()
453 this->jerr.pub.error_exit = my_error_exit; in _tjInitCompress()
454 this->jerr.pub.output_message = my_output_message; in _tjInitCompress()
455 this->jerr.emit_message = this->jerr.pub.emit_message; in _tjInitCompress()
456 this->jerr.pub.emit_message = my_emit_message; in _tjInitCompress()
457 this->jerr.pub.addon_message_table = turbojpeg_message_table; in _tjInitCompress()
458 this->jerr.pub.first_addon_message = JMSG_FIRSTADDONCODE; in _tjInitCompress()
459 this->jerr.pub.last_addon_message = JMSG_LASTADDONCODE; in _tjInitCompress()
461 if (setjmp(this->jerr.setjmp_buffer)) { in _tjInitCompress()
634 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjCompress2()
649 if (setjmp(this->jerr.setjmp_buffer)) { in tjCompress2()
685 if (this->jerr.warning) retval = -1; in tjCompress2()
686 this->jerr.stopOnWarning = FALSE; in tjCompress2()
727 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjEncodeYUVPlanes()
749 if (setjmp(this->jerr.setjmp_buffer)) { in tjEncodeYUVPlanes()
838 if (setjmp(this->jerr.setjmp_buffer)) { in tjEncodeYUVPlanes()
866 if (this->jerr.warning) retval = -1; in tjEncodeYUVPlanes()
867 this->jerr.stopOnWarning = FALSE; in tjEncodeYUVPlanes()
943 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjCompressFromYUVPlanes()
959 if (setjmp(this->jerr.setjmp_buffer)) { in tjCompressFromYUVPlanes()
1017 if (setjmp(this->jerr.setjmp_buffer)) { in tjCompressFromYUVPlanes()
1058 if (this->jerr.warning) retval = -1; in tjCompressFromYUVPlanes()
1059 this->jerr.stopOnWarning = FALSE; in tjCompressFromYUVPlanes()
1111 this->dinfo.err = jpeg_std_error(&this->jerr.pub); in _tjInitDecompress()
1112 this->jerr.pub.error_exit = my_error_exit; in _tjInitDecompress()
1113 this->jerr.pub.output_message = my_output_message; in _tjInitDecompress()
1114 this->jerr.emit_message = this->jerr.pub.emit_message; in _tjInitDecompress()
1115 this->jerr.pub.emit_message = my_emit_message; in _tjInitDecompress()
1116 this->jerr.pub.addon_message_table = turbojpeg_message_table; in _tjInitDecompress()
1117 this->jerr.pub.first_addon_message = JMSG_FIRSTADDONCODE; in _tjInitDecompress()
1118 this->jerr.pub.last_addon_message = JMSG_LASTADDONCODE; in _tjInitDecompress()
1120 if (setjmp(this->jerr.setjmp_buffer)) { in _tjInitDecompress()
1165 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecompressHeader3()
1195 if (this->jerr.warning) retval = -1; in tjDecompressHeader3()
1242 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjDecompress2()
1256 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecompress2()
1288 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecompress2()
1306 if (this->jerr.warning) retval = -1; in tjDecompress2()
1307 this->jerr.stopOnWarning = FALSE; in tjDecompress2()
1390 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjDecodeYUVPlanes()
1406 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecodeYUVPlanes()
1487 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecodeYUVPlanes()
1514 if (this->jerr.warning) retval = -1; in tjDecodeYUVPlanes()
1515 this->jerr.stopOnWarning = FALSE; in tjDecodeYUVPlanes()
1573 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjDecompressToYUVPlanes()
1592 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecompressToYUVPlanes()
1666 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecompressToYUVPlanes()
1726 if (this->jerr.warning) retval = -1; in tjDecompressToYUVPlanes()
1727 this->jerr.stopOnWarning = FALSE; in tjDecompressToYUVPlanes()
1740 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjDecompressToYUV2()
1746 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecompressToYUV2()
1791 this->jerr.stopOnWarning = FALSE; in tjDecompressToYUV2()
1834 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjTransform()
1853 if (setjmp(this->jerr.setjmp_buffer)) { in tjTransform()
1970 if (this->jerr.warning) retval = -1; in tjTransform()
1971 this->jerr.stopOnWarning = FALSE; in tjTransform()
2008 if (setjmp(this->jerr.setjmp_buffer)) { in tjLoadImage()
2039 if (setjmp(this->jerr.setjmp_buffer)) { in tjLoadImage()
2094 if (setjmp(this->jerr.setjmp_buffer)) { in tjSaveImage()