Searched refs:jerr (Results 1 – 4 of 4) sorted by relevance
31 struct jpeg_error_mgr jerr; member52 cinfo.err = jpeg_std_error(&sf_err.jerr); in writeJpegFile()53 sf_err.jerr.error_exit = sf_jpeg_error_exit; in writeJpegFile()
1294 jint jerr = 0; in throwCryptoException() local1297 jerr = gCryptoErrorCodes.cryptoErrorNoKey; in throwCryptoException()1301 jerr = gCryptoErrorCodes.cryptoErrorKeyExpired; in throwCryptoException()1305 jerr = gCryptoErrorCodes.cryptoErrorResourceBusy; in throwCryptoException()1309 jerr = gCryptoErrorCodes.cryptoErrorInsufficientOutputProtection; in throwCryptoException()1313 jerr = gCryptoErrorCodes.cryptoErrorSessionNotOpened; in throwCryptoException()1317 jerr = gCryptoErrorCodes.cryptoErrorInsufficientSecurity; in throwCryptoException()1321 jerr = gCryptoErrorCodes.cryptoErrorUnsupportedOperation; in throwCryptoException()1325 jerr = gCryptoErrorCodes.cryptoErrorFrameTooLarge; in throwCryptoException()1329 jerr = gCryptoErrorCodes.cryptoErrorLostState; in throwCryptoException()[all …]
394 jint jerr = MediaErrorToJavaError(err); in throwStateException() local396 gFields.stateException.init, static_cast<int>(jerr), in throwStateException()
133 jpeg_error_mgr jerr; in encodeGrayscaleJpeg() local139 cinfo->err = jpeg_std_error(&jerr); in encodeGrayscaleJpeg()