Lines Matching refs:stopOnWarning
64 boolean warning, stopOnWarning; member
96 if (myerr->stopOnWarning) longjmp(myerr->setjmp_buffer, 1); in my_emit_message()
634 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjCompress2()
686 this->jerr.stopOnWarning = FALSE; in tjCompress2()
727 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjEncodeYUVPlanes()
867 this->jerr.stopOnWarning = FALSE; in tjEncodeYUVPlanes()
943 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjCompressFromYUVPlanes()
1059 this->jerr.stopOnWarning = FALSE; in tjCompressFromYUVPlanes()
1242 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjDecompress2()
1307 this->jerr.stopOnWarning = FALSE; in tjDecompress2()
1390 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjDecodeYUVPlanes()
1515 this->jerr.stopOnWarning = FALSE; in tjDecodeYUVPlanes()
1573 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjDecompressToYUVPlanes()
1727 this->jerr.stopOnWarning = FALSE; in tjDecompressToYUVPlanes()
1740 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjDecompressToYUV2()
1791 this->jerr.stopOnWarning = FALSE; in tjDecompressToYUV2()
1834 this->jerr.stopOnWarning = (flags & TJFLAG_STOPONWARNING) ? TRUE : FALSE; in tjTransform()
1971 this->jerr.stopOnWarning = FALSE; in tjTransform()