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()
643 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjCompress2()
658 if (setjmp(this->jerr.setjmp_buffer)) { in tjCompress2()
694 if (this->jerr.warning) retval = -1; in tjCompress2()
695 this->jerr.stopOnWarning = FALSE; in tjCompress2()
736 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjEncodeYUVPlanes()
758 if (setjmp(this->jerr.setjmp_buffer)) { in tjEncodeYUVPlanes()
847 if (setjmp(this->jerr.setjmp_buffer)) { in tjEncodeYUVPlanes()
875 if (this->jerr.warning) retval = -1; in tjEncodeYUVPlanes()
876 this->jerr.stopOnWarning = FALSE; in tjEncodeYUVPlanes()
952 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjCompressFromYUVPlanes()
968 if (setjmp(this->jerr.setjmp_buffer)) { in tjCompressFromYUVPlanes()
1026 if (setjmp(this->jerr.setjmp_buffer)) { in tjCompressFromYUVPlanes()
1067 if (this->jerr.warning) retval = -1; in tjCompressFromYUVPlanes()
1068 this->jerr.stopOnWarning = FALSE; in tjCompressFromYUVPlanes()
1120 this->dinfo.err = jpeg_std_error(&this->jerr.pub); in _tjInitDecompress()
1121 this->jerr.pub.error_exit = my_error_exit; in _tjInitDecompress()
1122 this->jerr.pub.output_message = my_output_message; in _tjInitDecompress()
1123 this->jerr.emit_message = this->jerr.pub.emit_message; in _tjInitDecompress()
1124 this->jerr.pub.emit_message = my_emit_message; in _tjInitDecompress()
1125 this->jerr.pub.addon_message_table = turbojpeg_message_table; in _tjInitDecompress()
1126 this->jerr.pub.first_addon_message = JMSG_FIRSTADDONCODE; in _tjInitDecompress()
1127 this->jerr.pub.last_addon_message = JMSG_LASTADDONCODE; in _tjInitDecompress()
1129 if (setjmp(this->jerr.setjmp_buffer)) { in _tjInitDecompress()
1174 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecompressHeader3()
1204 if (this->jerr.warning) retval = -1; in tjDecompressHeader3()
1251 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjDecompress2()
1265 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecompress2()
1297 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecompress2()
1315 if (this->jerr.warning) retval = -1; in tjDecompress2()
1316 this->jerr.stopOnWarning = FALSE; in tjDecompress2()
1399 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjDecodeYUVPlanes()
1415 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecodeYUVPlanes()
1496 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecodeYUVPlanes()
1523 if (this->jerr.warning) retval = -1; in tjDecodeYUVPlanes()
1524 this->jerr.stopOnWarning = FALSE; in tjDecodeYUVPlanes()
1582 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjDecompressToYUVPlanes()
1601 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecompressToYUVPlanes()
1675 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecompressToYUVPlanes()
1735 if (this->jerr.warning) retval = -1; in tjDecompressToYUVPlanes()
1736 this->jerr.stopOnWarning = FALSE; in tjDecompressToYUVPlanes()
1749 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjDecompressToYUV2()
1755 if (setjmp(this->jerr.setjmp_buffer)) { in tjDecompressToYUV2()
1800 this->jerr.stopOnWarning = FALSE; in tjDecompressToYUV2()
1843 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjTransform()
1862 if (setjmp(this->jerr.setjmp_buffer)) { in tjTransform()
1979 if (this->jerr.warning) retval = -1; in tjTransform()
1980 this->jerr.stopOnWarning = FALSE; in tjTransform()
2017 if (setjmp(this->jerr.setjmp_buffer)) { in tjLoadImage()
2048 if (setjmp(this->jerr.setjmp_buffer)) { in tjLoadImage()
2103 if (setjmp(this->jerr.setjmp_buffer)) { in tjSaveImage()