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() 128 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 | tta.c | 232 if (avctx->err_recognition & AV_EF_CRCCHECK) { in tta_decode_frame()
|
D | takdec.c | 695 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()
|
D | hcadec.c | 396 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() 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()
|
D | flacdec.c | 611 if ((s->avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_COMPLIANT)) && in flac_decode_frame()
|
D | avcodec.h | 1663 #define AV_EF_CRCCHECK (1<<0) macro
|
D | options_table.h | 143 {"crccheck", "verify embedded CRCs", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_CRCCHECK }, INT_MIN, INT_M…
|
D | apedec.c | 1583 if (avctx->err_recognition & AV_EF_CRCCHECK && in ape_decode_frame()
|
D | ac3dec.c | 1562 } else if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL)) { in ac3_decode_frame()
|
D | dca_lbr.c | 1225 if (s->avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_CAREFUL)) { in ff_dca_lbr_parse()
|
D | pngdec.c | 1223 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_IGNORE_ERR)) { in decode_frame_common()
|
D | mpegaudiodec_template.c | 1571 if (s->err_recognition & AV_EF_CRCCHECK) { in mp_decode_frame()
|
D | hevcdec.c | 3244 if (avctx->err_recognition & AV_EF_CRCCHECK && s->is_decoded && in hevc_decode_frame()
|