Searched refs:AV_EF_CRCCHECK (Results 1 - 18 of 18) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | options_table.h | 71 {"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 D | tta.c | 82 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 D | dcadec.h | 89 if (!(avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_CAREFUL))) in ff_dca_check_crc()
|
H A D | wavpack.c | 573 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 D | avcodec.h | 1352 #define AV_EF_CRCCHECK (1<<0) macro
|
H A D | hcadec.c | 393 if (avctx->err_recognition & AV_EF_CRCCHECK) { in decode_frame()
|
H A D | tta.c | 238 if (avctx->err_recognition & AV_EF_CRCCHECK) { in tta_decode_frame()
|
H A D | takdec.c | 694 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 D | flacdec.c | 608 if ((s->avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_COMPLIANT)) && in flac_decode_frame()
|
H A D | siren.c | 767 if ((avctx->err_recognition & AV_EF_CRCCHECK) && s->checksum_bits) { in siren_decode()
|
H A D | alsdec.c | 437 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 D | mpegaudiodec_template.c | 367 if (s->error_protection && (s->err_recognition & AV_EF_CRCCHECK)) { in handle_crc()
|
H A D | apedec.c | 1623 if (avctx->err_recognition & AV_EF_CRCCHECK && in ape_decode_frame()
|
H A D | dca_lbr.c | 1217 if (s->avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_CAREFUL)) { in ff_dca_lbr_parse()
|
H A D | ac3dec.c | 1585 } else if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL)) { in ac3_decode_frame()
|
H A D | pngdec.c | 1224 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_IGNORE_ERR)) { in decode_frame_common()
|
H A D | options_table.h | 135 {"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 D | hevcdec.c | 3526 if (avctx->err_recognition & AV_EF_CRCCHECK && s->ref && s->is_decoded && in hevc_decode_frame()
|
Completed in 35 milliseconds