Home
last modified time | relevance | path

Searched refs:AV_EF_CRCCHECK (Results 1 - 18 of 18) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doptions_table.h71 {"f_err_detect", "set error detection flags (deprecated; use err_detect, save via avconv)", OFFSET(error_recognition), AV_OPT_TYPE_FLAGS, {.i64 = AV_EF_CRCCHECK }, INT_MIN, INT_MAX, D, "err_detect"},
72 {"err_detect", "set error detection flags", OFFSET(error_recognition), AV_OPT_TYPE_FLAGS, {.i64 = AV_EF_CRCCHECK }, INT_MIN, INT_MAX, D, "err_detect"},
73 {"crccheck", "verify embedded CRCs", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_CRCCHECK }, INT_MIN, INT_MAX, D, "err_detect"},
H A 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/
H A Ddcadec.h89 if (!(avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_CAREFUL))) in ff_dca_check_crc()
H A Dwavpack.c573 if (s->avctx->err_recognition & AV_EF_CRCCHECK) in wv_unpack_dsd_high()
734 if (s->avctx->err_recognition & AV_EF_CRCCHECK) in wv_unpack_dsd_fast()
766 if (s->avctx->err_recognition & AV_EF_CRCCHECK) in wv_unpack_dsd_copy()
902 if ((s->avctx->err_recognition & AV_EF_CRCCHECK) && in wv_unpack_stereo()
967 if (s->avctx->err_recognition & AV_EF_CRCCHECK) { in wv_unpack_mono()
H A Davcodec.h1352 #define AV_EF_CRCCHECK (1<<0) macro
H A Dhcadec.c393 if (avctx->err_recognition & AV_EF_CRCCHECK) { in decode_frame()
H A Dtta.c238 if (avctx->err_recognition & AV_EF_CRCCHECK) { in tta_decode_frame()
H A Dtakdec.c694 if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_COMPLIANT)) { in tak_decode_frame()
880 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_COMPLIANT)) { in tak_decode_frame()
H A Dflacdec.c608 if ((s->avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_COMPLIANT)) && in flac_decode_frame()
H A Dsiren.c767 if ((avctx->err_recognition & AV_EF_CRCCHECK) && s->checksum_bits) { in siren_decode()
H A Dalsdec.c437 if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL)) { in read_specific_config()
1869 if (sconf->crc_enabled && (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL))) { in decode_frame()
2155 (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL))) { in decode_init()
H A Dmpegaudiodec_template.c367 if (s->error_protection && (s->err_recognition & AV_EF_CRCCHECK)) { in handle_crc()
H A Dapedec.c1623 if (avctx->err_recognition & AV_EF_CRCCHECK && in ape_decode_frame()
H A Ddca_lbr.c1217 if (s->avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_CAREFUL)) { in ff_dca_lbr_parse()
H A Dac3dec.c1585 } else if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL)) { in ac3_decode_frame()
H A Dpngdec.c1224 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_IGNORE_ERR)) { in decode_frame_common()
H A Doptions_table.h135 {"crccheck", "verify embedded CRCs", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_CRCCHECK }, INT_MIN, INT_MAX, A|V|S|D|E, "err_detect"},
H A Dhevcdec.c3526 if (avctx->err_recognition & AV_EF_CRCCHECK && s->ref && s->is_decoded && in hevc_decode_frame()

Completed in 35 milliseconds