Searched refs:AV_EF_CRCCHECK (Results 1 – 17 of 17) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | options_table.h | 77 … 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…
|
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/ |
D | dcadec.h | 80 if (!(avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_CAREFUL))) in ff_dca_check_crc()
|
D | wavpack.c | 568 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()
|
D | takdec.c | 696 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()
|
D | tta.c | 232 if (avctx->err_recognition & AV_EF_CRCCHECK) { in tta_decode_frame()
|
D | hcadec.c | 398 if (avctx->err_recognition & AV_EF_CRCCHECK) { in decode_frame()
|
D | alsdec.c | 427 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()
|
D | flacdec.c | 611 if ((s->avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_COMPLIANT)) && in flac_decode_frame()
|
D | avcodec.h | 1653 #define AV_EF_CRCCHECK (1<<0) macro
|
D | options_table.h | 144 {"crccheck", "verify embedded CRCs", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_CRCCHECK }, INT_MIN, INT_M…
|
D | apedec.c | 1611 if (avctx->err_recognition & AV_EF_CRCCHECK && in ape_decode_frame()
|
D | ac3dec.c | 1568 } else if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL)) { in ac3_decode_frame()
|
D | dca_lbr.c | 1226 if (s->avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_CAREFUL)) { in ff_dca_lbr_parse()
|
D | pngdec.c | 1228 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_IGNORE_ERR)) { in decode_frame_common()
|
D | mpegaudiodec_template.c | 365 if (s->error_protection && (s->err_recognition & AV_EF_CRCCHECK)) { in handle_crc()
|
D | hevcdec.c | 3341 if (avctx->err_recognition & AV_EF_CRCCHECK && s->is_decoded && in hevc_decode_frame()
|