Searched refs:err_recognition (Results 51 - 60 of 60) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Doptions.c211 {"err_detect", "set error detection flags", OFFSET(err_recognition), AV_OPT_TYPE_FLAGS, {.dbl = AV_EF_CRCCHECK }, INT_MIN, INT_MAX, A|V|D, "err_detect"},
H A Dmpeg4videodec.c523 if(s->err_recognition&AV_EF_BITSTREAM){
997 if(s->err_recognition & AV_EF_BITSTREAM){
H A Dmpegvideo.c1323 s->err_recognition = avctx->err_recognition;
H A Daacdec.c616 else if (avctx->err_recognition & AV_EF_EXPLODE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Doptions_table.h161 {"err_detect", "set error detection flags", OFFSET(err_recognition), AV_OPT_TYPE_FLAGS, {.i64 = 0 }, INT_MIN, INT_MAX, A|V|D, "err_detect"},
H A Dmpegvideo.c1949 s->err_recognition = avctx->err_recognition;
H A Dutils.c2281 if (avctx->err_recognition & AV_EF_EXPLODE)
2428 if (avctx->err_recognition & AV_EF_EXPLODE)
H A Dmjpegdec.c2041 (avctx->err_recognition & AV_EF_EXPLODE))
H A Daacdec.c1092 else if (avctx->err_recognition & AV_EF_EXPLODE)
H A Dvc1dec.c6151 if (avctx->err_recognition & AV_EF_EXPLODE)
6159 if (avctx->err_recognition & AV_EF_EXPLODE)

Completed in 238 milliseconds

123