Home
last modified time | relevance | path

Searched refs:max_errors (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/freedreno/isa/
Disa.h55 unsigned max_errors; member
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegdec.h91 gint max_errors; /* ATOMIC */ member
Dgstjpegdec.c280 dec->max_errors = JPEG_DEFAULT_MAX_ERRORS; in gst_jpeg_dec_init()
1686 g_atomic_int_set (&dec->max_errors, g_value_get_int (value)); in gst_jpeg_dec_set_property()
1709 g_value_set_int (value, g_atomic_int_get (&dec->max_errors)); in gst_jpeg_dec_get_property()
/third_party/skia/third_party/externals/angle2/src/tests/
Drun_perf_tests.py388 if total_errors >= args.max_errors:
389 logging.error('Error count exceeded max errors (%d). Aborting.' % args.max_errors)
/third_party/mesa3d/src/compiler/isaspec/
Ddecode.c722 if (state->options->max_errors && (errors > state->options->max_errors)) { in decode()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c243 gint max_errors; member
511 dec->priv->max_errors = GST_AUDIO_DECODER_MAX_ERRORS; in gst_audio_decoder_init()
3337 if (dec->priv->max_errors >= 0 in _gst_audio_decoder_error()
3338 && dec->priv->max_errors < dec->priv->error_count) { in _gst_audio_decoder_error()
3450 dec->priv->max_errors = num; in gst_audio_decoder_set_max_errors()
3464 return dec->priv->max_errors; in gst_audio_decoder_get_max_errors()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c364 gint max_errors; member
819 decoder->priv->max_errors = GST_VIDEO_DECODER_MAX_ERRORS; in gst_video_decoder_init()
4967 if (dec->priv->max_errors >= 0 && in _gst_video_decoder_error()
4968 dec->priv->error_count > dec->priv->max_errors) { in _gst_video_decoder_error()
4996 dec->priv->max_errors = num; in gst_video_decoder_set_max_errors()
5010 return dec->priv->max_errors; in gst_video_decoder_get_max_errors()
/third_party/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c580 .max_errors = 5, in disasm_a3xx_stat()
/third_party/libabigail/tests/data/test-annotate/
Dtest21-pr19092.so.abi1273 <!-- unsigned int diagnostic_context::max_errors -->
1274 …<var-decl name='max_errors' type-id='type-id-52' visibility='default' filepath='../.././gcc/diagno…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest21-pr19092.so.abi728 …<var-decl name='max_errors' type-id='type-id-52' visibility='default' filepath='../.././gcc/diagno…
/third_party/gstreamer/gstplugins_base/
DChangeLog6076 audiodecoder: Move max_errors out of GstAudioDecoderContext
6519 audio/videodecoder: Initialize max_errors in instance_init()
/third_party/gstreamer/gstplugins_good/
DChangeLog33132 its max_errors limit and throw an element error. Now we just discard that data.