Home
last modified time | relevance | path

Searched refs:DEFAULT_TOLERANCE (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DManualGlitchActivity.java58 private static final float DEFAULT_TOLERANCE = 0.1f; field in ManualGlitchActivity
68 private float mTolerance = DEFAULT_TOLERANCE;
101 setToleranceFader(DEFAULT_TOLERANCE); in onCreate()
202 float tolerance = bundle.getFloat(KEY_TOLERANCE, DEFAULT_TOLERANCE); in configureStreamsFromBundle()
/third_party/gstreamer/gstplugins_bad/gst/coloreffects/
Dgstchromahold.c55 #define DEFAULT_TOLERANCE 30 macro
143 "Tolerance for the target color", 0, 180, DEFAULT_TOLERANCE, in gst_chroma_hold_class_init()
174 self->tolerance = DEFAULT_TOLERANCE; in gst_chroma_hold_init()
/third_party/gstreamer/gstplugins_base/gst/audiorate/
Dgstaudiorate.c88 #define DEFAULT_TOLERANCE (40 * GST_MSECOND) macro
180 0, G_MAXUINT64, DEFAULT_TOLERANCE, in gst_audio_rate_class_init()
271 audiorate->tolerance = DEFAULT_TOLERANCE; in gst_audio_rate_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.c152 #define DEFAULT_TOLERANCE 40000000 macro
383 0, G_MAXINT64, DEFAULT_TOLERANCE, in gst_audio_encoder_class_init()
449 enc->priv->tolerance = DEFAULT_TOLERANCE; in gst_audio_encoder_init()
Dgstaudiodecoder.c150 #define DEFAULT_TOLERANCE 0 macro
414 0, G_MAXINT64, DEFAULT_TOLERANCE, in gst_audio_decoder_class_init()
501 dec->priv->tolerance = DEFAULT_TOLERANCE; in gst_audio_decoder_init()