Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
H A Dlfe-filter-test.c39 #define TOTAL_SAMPLES 8192 macro
82 block contains 4096 samples, and don't let rewind_samples exceed TOTAL_SAMPLES */
90 if (rewind_samples > TOTAL_SAMPLES || rewind_samples < TOTAL_SAMPLES - ONE_BLOCK_SAMPLES) { in lfe_filter_rewind_test()
91 pa_log_error("lfe-filter-test: Please keep %d samples < rewind_samples < %d samples", TOTAL_SAMPLES - ONE_BLOCK_SAMPLES, TOTAL_SAMPLES); in lfe_filter_rewind_test()
95 outptr = pa_xmalloc(fz * TOTAL_SAMPLES); in lfe_filter_rewind_test()
100 for (i = 0; i < TOTAL_SAMPLES / ONE_BLOCK_SAMPLES; i++) { in lfe_filter_rewind_test()
110 pos = (TOTAL_SAMPLES - rewind_samples) * fz; in lfe_filter_rewind_test()
142 ori_sample_ptr = pa_xmalloc(pa_frame_size(lft.ss) * TOTAL_SAMPLES); in START_TEST()
[all...]

Completed in 1 milliseconds