Home
last modified time | relevance | path

Searched refs:get_threshold (Results 1 - 7 of 7) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_rate_linear.c80 unsigned int get_threshold = rate->pitch; in linear_expand() local
103 pos = get_threshold; in linear_expand()
105 if (pos >= get_threshold) { in linear_expand()
106 pos -= get_threshold; in linear_expand()
117 new_weight = (pos << (16 - rate->pitch_shift)) / (get_threshold >> rate->pitch_shift); in linear_expand()
128 if (pos >= get_threshold) { in linear_expand()
147 unsigned int get_threshold = rate->pitch; in linear_expand_s16() local
166 pos = get_threshold; in linear_expand_s16()
168 if (pos >= get_threshold) { in linear_expand_s16()
169 pos -= get_threshold; in linear_expand_s16()
[all...]
/third_party/python/Lib/test/
H A Dtest_frame.py290 old_threshold = gc.get_threshold()
H A Dtest_gc.py331 thresholds = gc.get_threshold()
346 thresholds = gc.get_threshold()
H A Dtest_weakset.py428 self.addCleanup(gc.set_threshold, *gc.get_threshold())
H A Dtest_generators.py184 thresholds = gc.get_threshold()
H A Dtest_weakref.py794 thresholds = gc.get_threshold()
1244 self.addCleanup(gc.set_threshold, *gc.get_threshold())
H A D_test_multiprocessing.py3754 thresholds = gc.get_threshold()
4456 old_threshold = gc.get_threshold()

Completed in 20 milliseconds