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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmss12.c384 if (c->avctx->err_recognition & AV_EF_EXPLODE &&
502 if (c->avctx->err_recognition & AV_EF_EXPLODE &&
H A Dhevc_ps.c383 if (s->avctx->err_recognition & AV_EF_EXPLODE)
788 if (s->avctx->err_recognition & AV_EF_EXPLODE ||
936 if (s->avctx->err_recognition & AV_EF_EXPLODE) {
H A Dh261dec.c136 if (s->avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_COMPLIANT))
H A Dh264.c1702 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE))
1723 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE))
1742 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE))
1765 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE))
H A Dmpegvideo.h499 int err_recognition; member in struct:MpegEncContext
H A Dh264_slice.c1127 if (h->avctx->err_recognition & AV_EF_EXPLODE)
1615 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE))
1618 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE))
1795 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE))
2492 || get_bits_left(&h->gb) > 0 && !(h->avctx->err_recognition & AV_EF_AGGRESSIVE)) {
H A Dmpeg4videodec.c573 if (s->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)) {
1088 if (!(s->err_recognition & AV_EF_IGNORE_ERR))
1099 if (!(s->err_recognition & AV_EF_IGNORE_ERR))
1134 if (s->err_recognition & (AV_EF_BITSTREAM|AV_EF_AGGRESSIVE)) {
1646 if (s->mb_x + s->mb_y*s->mb_width + 1 > next && (s->avctx->err_recognition & AV_EF_AGGRESSIVE)) {
H A Dac3dec.c1450 } else if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL)) {
1455 if (avctx->err_recognition & AV_EF_EXPLODE)
H A Dtiff.c1036 if (s->avctx->err_recognition & AV_EF_EXPLODE) {
1161 if (avctx->err_recognition & AV_EF_EXPLODE)
H A Dmsmpeg4dec.c845 if(((i+192 == 64 && level/qmul==-1) || !(s->err_recognition&(AV_EF_BITSTREAM|AV_EF_COMPLIANT))) && left>=0){
H A Dhevc.c477 if (s->avctx->err_recognition & AV_EF_EXPLODE)
506 if (s->avctx->err_recognition & AV_EF_EXPLODE)
2753 if (s->avctx->err_recognition & AV_EF_EXPLODE)
3074 if (avctx->err_recognition & AV_EF_CRCCHECK && s->is_decoded &&
3077 if (ret < 0 && avctx->err_recognition & AV_EF_EXPLODE) {
H A Davcodec.h2575 int err_recognition; member in struct:AVCodecContext
H A Dituh263dec.c464 if(s->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT))
H A Derror_resilience.c990 if (s->avctx->err_recognition & AV_EF_EXPLODE) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c397 if (avctx->err_recognition & AV_EF_CRCCHECK) {
1489 if (sconf->crc_enabled && (avctx->err_recognition & AV_EF_CRCCHECK)) {
1729 (avctx->err_recognition & AV_EF_CRCCHECK)) {
H A Dutils.c739 avctx->error_recognition, avctx->err_recognition);
742 avctx->err_recognition |= (1<<(avctx->error_recognition-(avctx->error_recognition>=FF_ER_VERY_AGGRESSIVE))) - 1;
744 avctx->error_recognition, avctx->err_recognition);
H A Dh261dec.c139 if (s->avctx->err_recognition & AV_EF_BITSTREAM)
H A Dmpegvideo.h491 int err_recognition; member in struct:MpegEncContext
H A Dh264_refs.c654 return (h->s.avctx->err_recognition & AV_EF_EXPLODE) ? err : 0;
H A Davcodec.h3155 int err_recognition; member in struct:AVCodecContext
H A Dituh263dec.c487 if(s->err_recognition & AV_EF_BITSTREAM)
H A Dac3dec.c1362 } else if (avctx->err_recognition & AV_EF_CRCCHECK) {
H A Dh264.c2995 (s->avctx->err_recognition & AV_EF_EXPLODE))
3178 (s->avctx->err_recognition & AV_EF_EXPLODE))
3818 hx->s.err_recognition = avctx->err_recognition;
H A Dmjpegdec.c1599 (avctx->err_recognition & AV_EF_EXPLODE))
H A Dmsmpeg4.c1813 if(((i+192 == 64 && level/qmul==-1) || !(s->err_recognition&AV_EF_BITSTREAM)) && left>=0){

Completed in 247 milliseconds

123