Home
last modified time | relevance | path

Searched refs:DEFAULT_THRESHOLD (Results 1 – 10 of 10) sorted by relevance

/third_party/libinput/src/
Dfilter-low-dpi.c41 #define DEFAULT_THRESHOLD v_ms2us(0.4) /* in units/us */ macro
212 accel_filter->threshold = DEFAULT_THRESHOLD - in accelerator_set_speed()
246 filter->threshold = DEFAULT_THRESHOLD; in create_default_filter()
Dfilter-mouse.c41 #define DEFAULT_THRESHOLD v_ms2us(0.4) /* in units/us */ macro
210 accel_filter->threshold = DEFAULT_THRESHOLD - in accelerator_set_speed()
320 filter->threshold = DEFAULT_THRESHOLD; in create_default_filter()
Dfilter-touchpad-x230.c48 #define DEFAULT_THRESHOLD v_ms2us(0.4) /* in units/us */ macro
232 accel_filter->threshold = DEFAULT_THRESHOLD - in accelerator_set_speed_x230()
/third_party/gstreamer/gstplugins_bad/gst/gaudieffects/
Dgstsolarize.c95 #define DEFAULT_THRESHOLD 127 macro
157 "Threshold parameter", 0, 256, DEFAULT_THRESHOLD, in gst_solarize_class_init()
182 filter->threshold = DEFAULT_THRESHOLD; in gst_solarize_init()
/third_party/gstreamer/gstplugins_bad/gst/videofilters/
Dgstzebrastripe.c77 #define DEFAULT_THRESHOLD 90 macro
125 DEFAULT_THRESHOLD, in gst_zebra_stripe_class_init()
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstop.c85 #define DEFAULT_THRESHOLD 60 macro
390 "Luma threshold", 0, G_MAXINT, DEFAULT_THRESHOLD, in gst_optv_class_init()
417 filter->threshold = DEFAULT_THRESHOLD; in gst_optv_init()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberFormatter.java392 static final long DEFAULT_THRESHOLD = 3; field in NumberFormatter
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstcompare.c100 #define DEFAULT_THRESHOLD 0 macro
165 0, G_MAXDOUBLE, DEFAULT_THRESHOLD, in gst_compare_class_init()
211 comp->threshold = DEFAULT_THRESHOLD; in gst_compare_init()
/third_party/gstreamer/gstplugins_good/gst/spectrum/
Dgstspectrum.c127 #define DEFAULT_THRESHOLD -60 macro
210 G_MININT, 0, DEFAULT_THRESHOLD, in gst_spectrum_class_init()
241 spectrum->threshold = DEFAULT_THRESHOLD; in gst_spectrum_init()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberformatter.h124 static constexpr int32_t DEFAULT_THRESHOLD = 3; variable
1462 int32_t threshold = DEFAULT_THRESHOLD;