Searched refs:err_recognition (Results 1 - 25 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 Dmjpegbdec.c88 (avctx->err_recognition & AV_EF_EXPLODE))
122 (avctx->err_recognition & AV_EF_EXPLODE))
H A Dmpeg4video.h177 if(s->err_recognition&AV_EF_BITSTREAM){
H A Dmxpegdec.c277 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE))
281 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE))
H A Dtta.c221 if (avctx->err_recognition & AV_EF_CRCCHECK) {
289 else if (avctx->err_recognition & AV_EF_CRCCHECK) {
332 if (avctx->err_recognition & AV_EF_CRCCHECK) {
H A Dmpeg12.c1332 if (f_code == 0 && (avctx->err_recognition & AV_EF_BITSTREAM))
1340 if (f_code == 0 && (avctx->err_recognition & AV_EF_BITSTREAM))
1774 || ((avctx->err_recognition & AV_EF_BUFFER) && left > 8)) {
1866 if (c->err_recognition & AV_EF_EXPLODE)
1954 if (avctx->err_recognition & AV_EF_BITSTREAM)
2229 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE))
2287 if (avctx->err_recognition & AV_EF_EXPLODE)
2317 if (avctx->err_recognition & AV_EF_EXPLODE)
2330 if (avctx->err_recognition & AV_EF_EXPLODE)
2348 if (avctx->err_recognition
[all...]
H A Dmpegaudiodec.c80 int err_recognition; member in struct:MPADecodeContext
437 s->err_recognition = avctx->err_recognition;
959 if(s->err_recognition & AV_EF_BITSTREAM)
989 if (bits_left < 0 && (s->err_recognition & AV_EF_BUFFER)) {
992 } else if (bits_left > 0 && (s->err_recognition & AV_EF_BUFFER)) {
H A Derror_resilience.c798 if (!s->err_recognition)
832 if (!s->err_recognition)
894 if (!s->err_recognition || s->error_count == 0 || s->avctx->lowres ||
971 if (s->err_recognition & AV_EF_EXPLODE) {
H A Dh263dec.c313 if((s->workaround_bugs&FF_BUG_NO_PADDING) && (s->err_recognition&AV_EF_BUFFER))
741 return (ret && (avctx->err_recognition & AV_EF_EXPLODE))?ret:get_consumed_bytes(s, buf_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmjpegbdec.c92 (avctx->err_recognition & AV_EF_EXPLODE))
126 (avctx->err_recognition & AV_EF_EXPLODE))
H A Dv410dec.c34 if (avctx->err_recognition & AV_EF_EXPLODE) {
H A Dpgssubdec.c203 if (avctx->err_recognition & AV_EF_EXPLODE) {
427 if (avctx->err_recognition & AV_EF_EXPLODE) {
468 if (avctx->err_recognition & AV_EF_EXPLODE) {
539 if (avctx->err_recognition & AV_EF_EXPLODE) {
560 if (avctx->err_recognition & AV_EF_EXPLODE) {
567 if ((avctx->err_recognition & AV_EF_EXPLODE) ||
664 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE))
H A Dpcx.c167 ret = avctx->err_recognition & AV_EF_EXPLODE ?
183 ret = avctx->err_recognition & AV_EF_EXPLODE ?
H A Dmpeg4video.h228 if (s->err_recognition & (AV_EF_BITSTREAM | AV_EF_AGGRESSIVE)) {
H A Dmxpegdec.c300 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE))
304 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE))
H A Dtta.c226 if (avctx->err_recognition & AV_EF_CRCCHECK) {
228 (tta_check_crc(s, buf, buf_size - 4) && avctx->err_recognition & AV_EF_EXPLODE))
H A Dtakdec.c690 if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_COMPLIANT)) {
693 if (avctx->err_recognition & AV_EF_EXPLODE)
863 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_COMPLIANT)) {
867 if (avctx->err_recognition & AV_EF_EXPLODE)
H A Dmpeg12dec.c1393 if (f_code == 0 && (avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)))
1402 if (f_code == 0 && (avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)))
1880 ((avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_AGGRESSIVE)) && left > 8)) {
1986 if (c->err_recognition & AV_EF_EXPLODE)
2081 if (avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_COMPLIANT))
2087 if (avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_COMPLIANT))
2395 if (avctx->err_recognition & AV_EF_EXPLODE && s2->er.error_count)
2417 if (avctx->err_recognition & AV_EF_EXPLODE)
2468 if (avctx->err_recognition & AV_EF_EXPLODE)
2482 if (avctx->err_recognition
[all...]
H A Dflacdec.c548 if ((s->avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_COMPLIANT)) &&
552 if (s->avctx->err_recognition & AV_EF_EXPLODE)
H A Dopusdec.c298 if (s->avctx->err_recognition & AV_EF_EXPLODE)
423 if (s->avctx->err_recognition & AV_EF_EXPLODE)
H A Dfaxcompr.c324 if (avctx->err_recognition & AV_EF_EXPLODE && ret < 0)
H A Dwavpack.c501 if ((s->avctx->err_recognition & AV_EF_CRCCHECK) &&
568 if (s->avctx->err_recognition & AV_EF_CRCCHECK) {
570 if (ret < 0 && s->avctx->err_recognition & AV_EF_EXPLODE)
1002 return (avctx->err_recognition & AV_EF_EXPLODE) ? AVERROR_INVALIDDATA : 0;
H A Dh263dec.c278 if (s->err_recognition & AV_EF_IGNORE_ERR)
358 (s->err_recognition & (AV_EF_BUFFER|AV_EF_AGGRESSIVE)))
684 if (slice_ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE))
H A Dmpegaudiodec_template.c85 int err_recognition; member in struct:MPADecodeContext
429 s->err_recognition = avctx->err_recognition;
946 if(s->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT))
973 if (bits_left < 0 && (s->err_recognition & (AV_EF_BUFFER|AV_EF_COMPLIANT))) {
976 } else if (bits_left > 0 && (s->err_recognition & (AV_EF_BUFFER|AV_EF_AGGRESSIVE))) {
H A Dalsdec.c406 if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL)) {
1531 if (sconf->crc_enabled && (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL))) {
1582 if (avctx->err_recognition & AV_EF_EXPLODE)
1771 (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_CAREFUL))) {
H A Dh264_refs.c785 return (h->avctx->err_recognition & AV_EF_EXPLODE) ? err : 0;
850 if (ret < 0 && h->avctx->err_recognition & AV_EF_EXPLODE)

Completed in 404 milliseconds

123