Home
last modified time | relevance | path

Searched refs:AV_EF_CRCCHECK (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavformat/
Doptions_table.h77 … via avconv)", OFFSET(error_recognition), AV_OPT_TYPE_FLAGS, {.i64 = AV_EF_CRCCHECK }, INT_MIN, IN…
78 …ection flags", OFFSET(error_recognition), AV_OPT_TYPE_FLAGS, {.i64 = AV_EF_CRCCHECK }, INT_MIN, IN…
79 {"crccheck", "verify embedded CRCs", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_CRCCHECK }, INT_MIN, INT_M…
Dtta.c82 if (crc != avio_rl32(s->pb) && s->error_recognition & AV_EF_CRCCHECK) { in tta_read_header()
128 if (crc != avio_rl32(s->pb) && s->error_recognition & AV_EF_CRCCHECK) { in tta_read_header()
/third_party/ffmpeg/libavcodec/
Ddcadec.h80 if (!(avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_CAREFUL))) in ff_dca_check_crc()
Dwavpack.c568 if (s->avctx->err_recognition & AV_EF_CRCCHECK) in wv_unpack_dsd_high()
729 if (s->avctx->err_recognition & AV_EF_CRCCHECK) in wv_unpack_dsd_fast()
761 if (s->avctx->err_recognition & AV_EF_CRCCHECK) in wv_unpack_dsd_copy()
897 if ((s->avctx->err_recognition & AV_EF_CRCCHECK) && in wv_unpack_stereo()
962 if (s->avctx->err_recognition & AV_EF_CRCCHECK) { in wv_unpack_mono()
Dtta.c232 if (avctx->err_recognition & AV_EF_CRCCHECK) { in tta_decode_frame()
Dtakdec.c695 if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_COMPLIANT)) { in tak_decode_frame()
876 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_COMPLIANT)) { in tak_decode_frame()
Dhcadec.c396 if (avctx->err_recognition & AV_EF_CRCCHECK) { in decode_frame()
Dalsdec.c427 if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL)) { in read_specific_config()
1851 if (sconf->crc_enabled && (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL))) { in decode_frame()
2141 (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL))) { in decode_init()
Dflacdec.c611 if ((s->avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_COMPLIANT)) && in flac_decode_frame()
Davcodec.h1663 #define AV_EF_CRCCHECK (1<<0) macro
Doptions_table.h143 {"crccheck", "verify embedded CRCs", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_CRCCHECK }, INT_MIN, INT_M…
Dapedec.c1583 if (avctx->err_recognition & AV_EF_CRCCHECK && in ape_decode_frame()
Dac3dec.c1562 } else if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL)) { in ac3_decode_frame()
Ddca_lbr.c1225 if (s->avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_CAREFUL)) { in ff_dca_lbr_parse()
Dpngdec.c1223 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_IGNORE_ERR)) { in decode_frame_common()
Dmpegaudiodec_template.c1571 if (s->err_recognition & AV_EF_CRCCHECK) { in mp_decode_frame()
Dhevcdec.c3244 if (avctx->err_recognition & AV_EF_CRCCHECK && s->is_decoded && in hevc_decode_frame()