Home
last modified time | relevance | path

Searched refs:SetMonoFrame (Results 1 – 14 of 14) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dutility_unittest.cc59 void SetMonoFrame(AudioFrame* frame, float data) { in SetMonoFrame() function
60 SetMonoFrame(frame, data, frame->sample_rate_hz_); in SetMonoFrame()
139 SetMonoFrame(&src_frame_, kSrcLeft, src_sample_rate_hz); in RunResampleTest()
144 SetMonoFrame(&dst_frame_, 0, dst_sample_rate_hz); in RunResampleTest()
146 SetMonoFrame(&golden_frame_, dst_left, dst_sample_rate_hz); in RunResampleTest()
148 SetMonoFrame(&golden_frame_, dst_mono, dst_sample_rate_hz); in RunResampleTest()
188 SetMonoFrame(&src_frame_, 20); in TEST_F()
189 SetMonoFrame(&dst_frame_, 0); in TEST_F()
197 SetMonoFrame(&src_frame_, 10); in TEST_F()
203 SetMonoFrame(&dst_frame_, 0); in TEST_F()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/voice_engine/
H A Dutility_unittest.cc62 void SetMonoFrame(AudioFrame* frame, float data) { in SetMonoFrame() function
63 SetMonoFrame(frame, data, frame->sample_rate_hz_); in SetMonoFrame()
143 SetMonoFrame(&src_frame_, kSrcLeft, src_sample_rate_hz); in RunResampleTest()
148 SetMonoFrame(&dst_frame_, 0, dst_sample_rate_hz); in RunResampleTest()
150 SetMonoFrame(&golden_frame_, dst_left, dst_sample_rate_hz); in RunResampleTest()
152 SetMonoFrame(&golden_frame_, dst_mono, dst_sample_rate_hz); in RunResampleTest()
206 SetMonoFrame(&src_frame_, 20); in TEST_F()
207 SetMonoFrame(&dst_frame_, 0); in TEST_F()
215 SetMonoFrame(&src_frame_, 10); in TEST_F()
221 SetMonoFrame(&dst_frame_, 0); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/audio/
H A Dremix_resample_unittest.cc49 void SetMonoFrame(float data, int sample_rate_hz, AudioFrame* frame) { in SetMonoFrame() function
61 void SetMonoFrame(float data, AudioFrame* frame) { in SetMonoFrame() function
62 SetMonoFrame(data, frame->sample_rate_hz_, frame); in SetMonoFrame()
178 SetMonoFrame(kSrcCh1, src_sample_rate_hz, &src_frame_); in RunResampleTest()
186 SetMonoFrame(0, dst_sample_rate_hz, &dst_frame_); in RunResampleTest()
188 SetMonoFrame(dst_ch1, dst_sample_rate_hz, &golden_frame_); in RunResampleTest()
232 SetMonoFrame(20, &src_frame_); in TEST_F()
233 SetMonoFrame(0, &dst_frame_); in TEST_F()
241 SetMonoFrame(10, &src_frame_); in TEST_F()
247 SetMonoFrame(0, &dst_frame_); in TEST_F()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/audio/
H A Dremix_resample_unittest.cc49 void SetMonoFrame(float data, int sample_rate_hz, AudioFrame* frame) { in SetMonoFrame() function
61 void SetMonoFrame(float data, AudioFrame* frame) { in SetMonoFrame() function
62 SetMonoFrame(data, frame->sample_rate_hz_, frame); in SetMonoFrame()
178 SetMonoFrame(kSrcCh1, src_sample_rate_hz, &src_frame_); in RunResampleTest()
186 SetMonoFrame(0, dst_sample_rate_hz, &dst_frame_); in RunResampleTest()
188 SetMonoFrame(dst_ch1, dst_sample_rate_hz, &golden_frame_); in RunResampleTest()
232 SetMonoFrame(20, &src_frame_); in TEST_F()
233 SetMonoFrame(0, &dst_frame_); in TEST_F()
241 SetMonoFrame(10, &src_frame_); in TEST_F()
247 SetMonoFrame(0, &dst_frame_); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/audio/
H A Dremix_resample_unittest.cc49 void SetMonoFrame(float data, int sample_rate_hz, AudioFrame* frame) { in SetMonoFrame() function
61 void SetMonoFrame(float data, AudioFrame* frame) { in SetMonoFrame() function
62 SetMonoFrame(data, frame->sample_rate_hz_, frame); in SetMonoFrame()
178 SetMonoFrame(kSrcCh1, src_sample_rate_hz, &src_frame_); in RunResampleTest()
186 SetMonoFrame(0, dst_sample_rate_hz, &dst_frame_); in RunResampleTest()
188 SetMonoFrame(dst_ch1, dst_sample_rate_hz, &golden_frame_); in RunResampleTest()
232 SetMonoFrame(20, &src_frame_); in TEST_F()
233 SetMonoFrame(0, &dst_frame_); in TEST_F()
241 SetMonoFrame(10, &src_frame_); in TEST_F()
247 SetMonoFrame(0, &dst_frame_); in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/audio/
H A Dremix_resample_unittest.cc49 void SetMonoFrame(float data, int sample_rate_hz, AudioFrame* frame) { in SetMonoFrame() function
61 void SetMonoFrame(float data, AudioFrame* frame) { in SetMonoFrame() function
62 SetMonoFrame(data, frame->sample_rate_hz_, frame); in SetMonoFrame()
178 SetMonoFrame(kSrcCh1, src_sample_rate_hz, &src_frame_); in RunResampleTest()
186 SetMonoFrame(0, dst_sample_rate_hz, &dst_frame_); in RunResampleTest()
188 SetMonoFrame(dst_ch1, dst_sample_rate_hz, &golden_frame_); in RunResampleTest()
232 SetMonoFrame(20, &src_frame_); in TEST_F()
233 SetMonoFrame(0, &dst_frame_); in TEST_F()
241 SetMonoFrame(10, &src_frame_); in TEST_F()
247 SetMonoFrame(0, &dst_frame_); in TEST_F()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/voice_engine/
H A Dutility_unittest.cc48 void SetMonoFrame(float data, int sample_rate_hz, AudioFrame* frame) { in SetMonoFrame() function
60 void SetMonoFrame(float data, AudioFrame* frame) { in SetMonoFrame() function
61 SetMonoFrame(data, frame->sample_rate_hz_, frame); in SetMonoFrame()
175 SetMonoFrame(kSrcCh1, src_sample_rate_hz, &src_frame_); in RunResampleTest()
183 SetMonoFrame(0, dst_sample_rate_hz, &dst_frame_); in RunResampleTest()
185 SetMonoFrame(dst_ch1, dst_sample_rate_hz, &golden_frame_); in RunResampleTest()
229 SetMonoFrame(20, &src_frame_); in TEST_F()
230 SetMonoFrame(0, &dst_frame_); in TEST_F()
238 SetMonoFrame(10, &src_frame_); in TEST_F()
244 SetMonoFrame(0, &dst_frame_); in TEST_F()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/voice_engine/
H A Dutility_unittest.cc48 void SetMonoFrame(float data, int sample_rate_hz, AudioFrame* frame) { in SetMonoFrame() function
60 void SetMonoFrame(float data, AudioFrame* frame) { in SetMonoFrame() function
61 SetMonoFrame(data, frame->sample_rate_hz_, frame); in SetMonoFrame()
175 SetMonoFrame(kSrcCh1, src_sample_rate_hz, &src_frame_); in RunResampleTest()
183 SetMonoFrame(0, dst_sample_rate_hz, &dst_frame_); in RunResampleTest()
185 SetMonoFrame(dst_ch1, dst_sample_rate_hz, &golden_frame_); in RunResampleTest()
229 SetMonoFrame(20, &src_frame_); in TEST_F()
230 SetMonoFrame(0, &dst_frame_); in TEST_F()
238 SetMonoFrame(10, &src_frame_); in TEST_F()
244 SetMonoFrame(0, &dst_frame_); in TEST_F()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dutility_unittest.cc48 void SetMonoFrame(float data, int sample_rate_hz, AudioFrame* frame) { in SetMonoFrame() function
60 void SetMonoFrame(float data, AudioFrame* frame) { in SetMonoFrame() function
61 SetMonoFrame(data, frame->sample_rate_hz_, frame); in SetMonoFrame()
175 SetMonoFrame(kSrcCh1, src_sample_rate_hz, &src_frame_); in RunResampleTest()
183 SetMonoFrame(0, dst_sample_rate_hz, &dst_frame_); in RunResampleTest()
185 SetMonoFrame(dst_ch1, dst_sample_rate_hz, &golden_frame_); in RunResampleTest()
229 SetMonoFrame(20, &src_frame_); in TEST_F()
230 SetMonoFrame(0, &dst_frame_); in TEST_F()
238 SetMonoFrame(10, &src_frame_); in TEST_F()
244 SetMonoFrame(0, &dst_frame_); in TEST_F()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/common_audio/resampler/
H A Dresampler_unittest.cc84 void SetMonoFrame(int16_t* buffer, float data, int sample_rate_hz) { in SetMonoFrame() function
139 SetMonoFrame(data_in_, kSrcLeft, src_sample_rate_hz); in RunResampleTest()
144 SetMonoFrame(data_out_, 0, dst_sample_rate_hz); in RunResampleTest()
145 SetMonoFrame(data_reference_, kDstLeft, dst_sample_rate_hz); in RunResampleTest()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/common_audio/resampler/
H A Dresampler_unittest.cc85 void SetMonoFrame(int16_t* buffer, float data, int sample_rate_hz) {
140 SetMonoFrame(data_in_, kSrcLeft, src_sample_rate_hz);
145 SetMonoFrame(data_out_, 0, dst_sample_rate_hz);
146 SetMonoFrame(data_reference_, kDstLeft, dst_sample_rate_hz);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/common_audio/resampler/
H A Dresampler_unittest.cc113 void SetMonoFrame(int16_t* buffer, float data, int sample_rate_hz) { in SetMonoFrame() function
168 SetMonoFrame(data_in_, kSrcLeft, src_sample_rate_hz); in RunResampleTest()
173 SetMonoFrame(data_out_, 0, dst_sample_rate_hz); in RunResampleTest()
174 SetMonoFrame(data_reference_, kDstLeft, dst_sample_rate_hz); in RunResampleTest()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/common_audio/resampler/
H A Dresampler_unittest.cc113 void SetMonoFrame(int16_t* buffer, float data, int sample_rate_hz) { in SetMonoFrame() function
168 SetMonoFrame(data_in_, kSrcLeft, src_sample_rate_hz); in RunResampleTest()
173 SetMonoFrame(data_out_, 0, dst_sample_rate_hz); in RunResampleTest()
174 SetMonoFrame(data_reference_, kDstLeft, dst_sample_rate_hz); in RunResampleTest()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/common_audio/resampler/
H A Dresampler_unittest.cc113 void SetMonoFrame(int16_t* buffer, float data, int sample_rate_hz) { in SetMonoFrame() function
168 SetMonoFrame(data_in_, kSrcLeft, src_sample_rate_hz); in RunResampleTest()
173 SetMonoFrame(data_out_, 0, dst_sample_rate_hz); in RunResampleTest()
174 SetMonoFrame(data_reference_, kDstLeft, dst_sample_rate_hz); in RunResampleTest()