Searched refs:AV_EF_BITSTREAM (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpeg4video.h | 253 if (!s->encoding && (s->avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_AGGRESSIVE))) { in ff_mpeg4_pred_dc()
|
D | mpeg12dec.c | 1360 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()
|
D | h261dec.c | 128 if (s->avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_COMPLIANT)) in h261_decode_gob_header()
|
D | avcodec.h | 1654 #define AV_EF_BITSTREAM (1<<1) ///< detect bitstream specification deviations macro
|
D | msmpeg4dec.c | 799 !(s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT))) && in ff_msmpeg4_decode_block()
|
D | ituh263dec.c | 486 if (s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)) in h263_decode_block()
|
D | options_table.h | 145 …t bitstream specification deviations", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_BITSTREAM }, INT_MIN, I…
|
D | mpeg4videodec.c | 673 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()
|
D | mpegaudiodec_template.c | 854 if(s->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)) in huffman_decode()
|
D | aacdec_template.c | 1419 if (ac->avctx->err_recognition & AV_EF_BITSTREAM) in decode_ics_info()
|
/third_party/ffmpeg/libavformat/ |
D | options_table.h | 80 …t bitstream specification deviations", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_BITSTREAM }, INT_MIN, I…
|