Home
last modified time | relevance | path

Searched refs:expected_resampled_input (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/media/libcubeb/tests/
H A Dtest_resampler.cpp354 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
359 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
363 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
395 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()
400 …assert(array_fuzzy_equal(state.input, expected_resampled_input, epsilon<T>(input_rate/target_rate)… in test_resampler_duplex()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libcubeb/gtest/
H A Dtest_resampler.cpp351 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
356 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
360 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
391 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cubeb-sys/libcubeb/test/
H A Dtest_resampler.cpp351 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
356 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
360 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
391 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cubeb-sys-0.5.5/libcubeb/test/
H A Dtest_resampler.cpp351 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
356 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
360 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
391 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cubeb-sys/libcubeb/test/
H A Dtest_resampler.cpp351 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
356 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
360 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
391 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libcubeb/gtest/
H A Dtest_resampler.cpp351 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
356 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
360 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
391 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/cubeb/test/
H A Dtest_resampler.cpp351 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
356 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
360 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
391 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()
/dports/www/firefox-esr/firefox-91.8.0/media/libcubeb/gtest/
H A Dtest_resampler.cpp351 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
356 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
360 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
391 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cubeb/test/
H A Dtest_resampler.cpp351 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
356 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
360 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
391 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()
/dports/emulators/citra/citra-ac98458e0/externals/cubeb/test/
H A Dtest_resampler.cpp351 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
356 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
360 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
391 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()
/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-sys/libcubeb/test/
H A Dtest_resampler.cpp351 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
356 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
360 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
391 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()
/dports/www/firefox/firefox-99.0/media/libcubeb/gtest/
H A Dtest_resampler.cpp351 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
356 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
360 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
391 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-sys/libcubeb/test/
H A Dtest_resampler.cpp351 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
356 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
360 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
391 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-sys/libcubeb/test/
H A Dtest_resampler.cpp351 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
356 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
360 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
391 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libcubeb/gtest/
H A Dtest_resampler.cpp351 auto_array<float> expected_resampled_input(input_channels * duration_frames); in test_resampler_duplex() local
356 expected_resampled_input.push_silence(input_channels * duration_frames); in test_resampler_duplex()
360 fill_with_sine(expected_resampled_input.data() + latency, in test_resampler_duplex()
391 dump("input_expected.raw", expected_resampled_input.data(), expected_resampled_input.length()); in test_resampler_duplex()