Home
last modified time | relevance | path

Searched refs:AV_EF_BITSTREAM (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpeg4video.h253 if (!s->encoding && (s->avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_AGGRESSIVE))) { in ff_mpeg4_pred_dc()
Dmpeg12dec.c1360 if (f_code == 0 && (avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT))) in mpeg1_decode_picture()
1369 if (f_code == 0 && (avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT))) in mpeg1_decode_picture()
1885 ((avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_AGGRESSIVE)) && left > 8)) { in mpeg_decode_slice()
2099 if (avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_COMPLIANT)) in mpeg1_decode_sequence()
2105 if (avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_COMPLIANT)) in mpeg1_decode_sequence()
Dh261dec.c128 if (s->avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_COMPLIANT)) in h261_decode_gob_header()
Davcodec.h1654 #define AV_EF_BITSTREAM (1<<1) ///< detect bitstream specification deviations macro
Dmsmpeg4dec.c799 !(s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT))) && in ff_msmpeg4_decode_block()
Dituh263dec.c486 if (s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)) in h263_decode_block()
Doptions_table.h145 …t bitstream specification deviations", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_BITSTREAM }, INT_MIN, I…
Dmpeg4videodec.c673 if (s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)) { in mpeg4_decode_dc()
1236 … if (s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_AGGRESSIVE)) { in mpeg4_decode_block()
Dmpegaudiodec_template.c854 if(s->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)) in huffman_decode()
Daacdec_template.c1419 if (ac->avctx->err_recognition & AV_EF_BITSTREAM) in decode_ics_info()
/third_party/ffmpeg/libavformat/
Doptions_table.h80 …t bitstream specification deviations", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_BITSTREAM }, INT_MIN, I…