Searched refs:history_size (Results 1 - 3 of 3) sorted by relevance
/third_party/pulseaudio/src/tests/ |
H A D | resampler-rewind-test.c | 233 size_t in_rewind_size, in_frame_size, history_size, out_rewind_size, old_length, in_resampler_buffer, n_out_expected; in main() local 382 history_size = calculate_resampler_history_bytes(resampler, in_rewind_size / in_frame_size); in main() 383 pa_log_debug("History is %lu frames.", history_size / in_frame_size); in main() 384 pa_resampler_rewind(resampler, out_rewind_size, history_queue, history_size); in main() 404 n_out_expected = pa_resampler_result(resampler, in_rewind_size + history_size) / pa_frame_size(&b); in main() 405 delay_expected = delay_before + (double)(in_rewind_size + history_size) / (double)in_frame_size - n_out_expected * (double)a.rate / (double)b.rate; in main()
|
/third_party/python/Lib/test/ |
H A D | test_readline.py | 272 history_size = 10 276 f.write(b"set history-size %d\n" % history_size) 280 # history_size * 2 items crashes readline 282 for i in range(history_size * 2)) 303 self.assertEqual(len(lines), history_size)
|
/third_party/libinput/src/ |
H A D | evdev-tablet.c | 2518 size_t history_size = ARRAY_LENGTH(tablet->history.samples); in tablet_init_smoothing() local 2534 history_size = 1; in tablet_init_smoothing() 2537 tablet->history.size = history_size; in tablet_init_smoothing()
|
Completed in 5 milliseconds