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()
130 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()
Dtakdec.c696 if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_COMPLIANT)) { in tak_decode_frame()
877 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_COMPLIANT)) { in tak_decode_frame()
Dtta.c232 if (avctx->err_recognition & AV_EF_CRCCHECK) { in tta_decode_frame()
Dhcadec.c398 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()
1858 if (sconf->crc_enabled && (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL))) { in decode_frame()
2148 (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.h1653 #define AV_EF_CRCCHECK (1<<0) macro
Doptions_table.h144 {"crccheck", "verify embedded CRCs", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_CRCCHECK }, INT_MIN, INT_M…
Dapedec.c1611 if (avctx->err_recognition & AV_EF_CRCCHECK && in ape_decode_frame()
Dac3dec.c1568 } else if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL)) { in ac3_decode_frame()
Ddca_lbr.c1226 if (s->avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_CAREFUL)) { in ff_dca_lbr_parse()
Dpngdec.c1228 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_IGNORE_ERR)) { in decode_frame_common()
Dmpegaudiodec_template.c365 if (s->error_protection && (s->err_recognition & AV_EF_CRCCHECK)) { in handle_crc()
Dhevcdec.c3341 if (avctx->err_recognition & AV_EF_CRCCHECK && s->is_decoded && in hevc_decode_frame()