Home
last modified time | relevance | path

Searched refs:AV_EF_EXPLODE (Results 1 - 25 of 60) sorted by relevance

123

/third_party/ffmpeg/libavformat/
H A Dflac_picture.c49 if (s->error_recognition & AV_EF_EXPLODE) in ff_flac_parse_picture()
60 if (s->error_recognition & AV_EF_EXPLODE) { in ff_flac_parse_picture()
71 if (s->error_recognition & AV_EF_EXPLODE) in ff_flac_parse_picture()
77 if (s->error_recognition & AV_EF_EXPLODE) in ff_flac_parse_picture()
94 if (s->error_recognition & AV_EF_EXPLODE) in ff_flac_parse_picture()
103 if (s->error_recognition & AV_EF_EXPLODE) in ff_flac_parse_picture()
125 if (s->error_recognition & AV_EF_EXPLODE) in ff_flac_parse_picture()
140 if (s->error_recognition & AV_EF_EXPLODE) in ff_flac_parse_picture()
H A Dtakdec.c103 if (s->error_recognition & AV_EF_EXPLODE) { in tak_read_header()
120 if (s->error_recognition & AV_EF_EXPLODE) in tak_read_header()
H A Djvdec.c137 if (s->error_recognition & AV_EF_EXPLODE) in read_header()
H A Doptions_table.h76 {"explode", "abort decoding on minor error detection", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_EXPLODE }, INT_MIN, INT_MAX, D, "err_detect"},
/third_party/ffmpeg/libavcodec/
H A Dpgssubdec.c204 if (avctx->err_recognition & AV_EF_EXPLODE) { in decode_rle()
439 if (avctx->err_recognition & AV_EF_EXPLODE) { in parse_presentation_segment()
478 if (avctx->err_recognition & AV_EF_EXPLODE) { in parse_presentation_segment()
546 if (avctx->err_recognition & AV_EF_EXPLODE) in display_end_segment()
566 if (avctx->err_recognition & AV_EF_EXPLODE) in display_end_segment()
571 if ((avctx->err_recognition & AV_EF_EXPLODE) || in display_end_segment()
670 avctx->err_recognition & AV_EF_EXPLODE)) in decode()
H A Dmjpegbdec.c92 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE)) in mjpegb_decode_frame()
126 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE)) in mjpegb_decode_frame()
H A Ddcadec.c208 if (avctx->err_recognition & AV_EF_EXPLODE) in dcadec_decode_frame()
224 else if (ret == AVERROR(ENOMEM) || (avctx->err_recognition & AV_EF_EXPLODE)) in dcadec_decode_frame()
234 if (ret == AVERROR(ENOMEM) || (avctx->err_recognition & AV_EF_EXPLODE)) in dcadec_decode_frame()
279 if (ret != AVERROR_INVALIDDATA || (avctx->err_recognition & AV_EF_EXPLODE)) in dcadec_decode_frame()
H A Dpcx.c177 ret = avctx->err_recognition & AV_EF_EXPLODE ? in pcx_decode_frame()
195 ret = avctx->err_recognition & AV_EF_EXPLODE ? in pcx_decode_frame()
H A Dlibsvtav1.c258 int level = (avctx->err_recognition & AV_EF_EXPLODE) ? AV_LOG_ERROR : AV_LOG_WARNING; in config_enc_params()
260 if (avctx->err_recognition & AV_EF_EXPLODE) in config_enc_params()
266 int level = (avctx->err_recognition & AV_EF_EXPLODE) ? AV_LOG_ERROR : AV_LOG_WARNING; in config_enc_params()
269 if (avctx->err_recognition & AV_EF_EXPLODE) in config_enc_params()
H A Dmxpegdec.c308 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE)) in mxpeg_decode_frame()
312 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE)) in mxpeg_decode_frame()
H A Dh264dec.c399 int explode = avctx->err_recognition & AV_EF_EXPLODE; in h264_decode_init()
518 if (h->avctx->err_recognition & AV_EF_EXPLODE) in get_last_needed_nal()
665 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE)) in decode_nal_units()
683 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE)) in decode_nal_units()
717 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE)) in decode_nal_units()
738 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE)) in decode_nal_units()
H A Dhevc_parse.c74 if (err_recognition & AV_EF_EXPLODE) in hevc_decode_nal_units()
H A Dv410dec.c41 if (avctx->err_recognition & AV_EF_EXPLODE) { in v410_decode_init()
H A Ddca_core.c1698 && (s->avctx->err_recognition & AV_EF_EXPLODE)) in parse_optional_info()
1740 if (s->avctx->err_recognition & AV_EF_EXPLODE) in parse_optional_info()
1763 if (s->avctx->err_recognition & AV_EF_EXPLODE) in parse_optional_info()
1790 if (s->avctx->err_recognition & AV_EF_EXPLODE) in parse_optional_info()
1826 if (s->avctx->err_recognition & AV_EF_EXPLODE) in ff_dca_core_parse()
1861 if (avctx->err_recognition & AV_EF_EXPLODE) in ff_dca_core_parse_exss()
1877 if (avctx->err_recognition & AV_EF_EXPLODE) in ff_dca_core_parse_exss()
1890 if (ret == AVERROR(ENOMEM) || (avctx->err_recognition & AV_EF_EXPLODE)) in ff_dca_core_parse_exss()
1899 if (ret == AVERROR(ENOMEM) || (avctx->err_recognition & AV_EF_EXPLODE)) in ff_dca_core_parse_exss()
H A Dmpeg12dec.c1527 if (s->avctx->err_recognition & AV_EF_EXPLODE) in mpeg_decode_picture_coding_extension()
1979 if (c->err_recognition & AV_EF_EXPLODE) in slice_decode_thread()
2474 if (avctx->err_recognition & AV_EF_EXPLODE && s2->er.error_count) in decode_chunks()
2500 if (avctx->err_recognition & AV_EF_EXPLODE) in decode_chunks()
2551 if (avctx->err_recognition & AV_EF_EXPLODE) in decode_chunks()
2567 if (avctx->err_recognition & AV_EF_EXPLODE) in decode_chunks()
2588 if (avctx->err_recognition & AV_EF_EXPLODE) in decode_chunks()
2605 if (avctx->err_recognition & AV_EF_EXPLODE) in decode_chunks()
2705 if (avctx->err_recognition & AV_EF_EXPLODE) in decode_chunks()
2749 if (avctx->err_recognition & AV_EF_EXPLODE) in decode_chunks()
[all...]
H A Dtdsc.c368 if (avctx->err_recognition & AV_EF_EXPLODE) in tdsc_decode_jpeg_tile()
515 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE)) in tdsc_parse_dtsm()
H A Dvc1dec.c926 if (avctx->err_recognition & AV_EF_EXPLODE) in vc1_decode_frame()
973 if (avctx->err_recognition & AV_EF_EXPLODE) in vc1_decode_frame()
1010 if (avctx->err_recognition & AV_EF_EXPLODE) in vc1_decode_frame()
1063 if (avctx->err_recognition & AV_EF_EXPLODE) in vc1_decode_frame()
1072 if (avctx->err_recognition & AV_EF_EXPLODE) in vc1_decode_frame()
H A Dttmlenc.c113 avctx->err_recognition & AV_EF_EXPLODE) ? in ttml_encode_frame()
H A Dopusdec.c264 if (s->avctx->err_recognition & AV_EF_EXPLODE) in opus_decode_frame()
394 if (s->avctx->err_recognition & AV_EF_EXPLODE) in opus_decode_subpacket()
H A Dmss12.c390 if (c->avctx->err_recognition & AV_EF_EXPLODE && in decode_region_masked()
516 if (c->avctx->err_recognition & AV_EF_EXPLODE && in decode_region_inter()
H A Ddca_lbr.c1209 if (s->avctx->err_recognition & AV_EF_EXPLODE) in ff_dca_lbr_parse()
1226 if (s->avctx->err_recognition & AV_EF_EXPLODE) in ff_dca_lbr_parse()
1282 if (s->avctx->err_recognition & AV_EF_EXPLODE) in ff_dca_lbr_parse()
1387 if (ret < 0 && (s->avctx->err_recognition & AV_EF_EXPLODE)) in ff_dca_lbr_parse()
H A Dcri.c376 if (avctx->err_recognition & AV_EF_EXPLODE) in cri_decode_frame()
H A Dh264_parse.c425 if (ret < 0 && !(err_recognition & AV_EF_EXPLODE)) { in decode_extradata_ps_mp4()
H A Davcodec.h1349 * If AV_EF_EXPLODE is also set, a mismatching checksum will result in the
1355 #define AV_EF_EXPLODE (1<<3) ///< abort decoding on minor error detection macro
H A Dfaxcompr.c442 if (avctx->err_recognition & AV_EF_EXPLODE && ret < 0) in ff_ccitt_unpack()

Completed in 33 milliseconds

123