Searched refs:AV_EF_BITSTREAM (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg4video.h | 149 if (!s->encoding && (s->avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_AGGRESSIVE))) { in ff_mpeg4_pred_dc()
|
H A D | avcodec.h | 1353 #define AV_EF_BITSTREAM (1<<1) ///< detect bitstream specification deviations macro
|
H A D | mpeg12dec.c | 1340 if (f_code == 0 && (avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT))) in mpeg1_decode_picture() 1349 if (f_code == 0 && (avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT))) in mpeg1_decode_picture() 1865 ((avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_AGGRESSIVE)) && left > 8)) { in mpeg_decode_slice() 2076 if (avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_COMPLIANT)) in mpeg1_decode_sequence() 2082 if (avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_COMPLIANT)) in mpeg1_decode_sequence()
|
H A D | h261dec.c | 144 if (s->avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_COMPLIANT)) in h261_decode_gob_header()
|
H A D | msmpeg4dec.c | 803 !(s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT))) && in ff_msmpeg4_decode_block()
|
H A D | ituh263dec.c | 576 if (s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)) in h263_decode_block()
|
H A D | mpegaudiodec_template.c | 856 if(s->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)) in huffman_decode()
|
H A D | options_table.h | 136 {"bitstream", "detect bitstream specification deviations", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_BITSTREAM }, INT_MIN, INT_MAX, A|V|S|D|E, "err_detect"},
|
H A D | mpeg4videodec.c | 744 if (s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)) { in mpeg4_decode_dc() 1308 if (s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_AGGRESSIVE)) { in mpeg4_decode_block()
|
H A D | aacdec_template.c | 1434 if (ac->avctx->err_recognition & AV_EF_BITSTREAM) in decode_ics_info()
|
/third_party/ffmpeg/libavformat/ |
H A D | options_table.h | 74 {"bitstream", "detect bitstream specification deviations", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_BITSTREAM }, INT_MIN, INT_MAX, D, "err_detect"},
|
Completed in 25 milliseconds