Home
last modified time | relevance | path

Searched refs:revframe_ (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/
H A Daudio_processing_unittest.cc464 {revframe_.sample_rate_hz, revframe_.num_channels}, in Init()
465 {revframe_.sample_rate_hz, revframe_.num_channels}}})); in Init()
577 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in AnalyzeReverseStreamChooser()
578 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in AnalyzeReverseStreamChooser()
583 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels)); in AnalyzeReverseStreamChooser()
1219 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1220 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1539 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1540 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1667 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/
H A Daudio_processing_unittest.cc465 {revframe_.sample_rate_hz, revframe_.num_channels}, in Init()
466 {revframe_.sample_rate_hz, revframe_.num_channels}}})); in Init()
578 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in AnalyzeReverseStreamChooser()
579 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in AnalyzeReverseStreamChooser()
584 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels)); in AnalyzeReverseStreamChooser()
1222 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1223 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1542 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1543 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1670 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/
H A Daudio_processing_unittest.cc473 {revframe_.sample_rate_hz, revframe_.num_channels}, in Init()
474 {revframe_.sample_rate_hz, revframe_.num_channels}}})); in Init()
586 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in AnalyzeReverseStreamChooser()
587 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in AnalyzeReverseStreamChooser()
592 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels)); in AnalyzeReverseStreamChooser()
1230 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1231 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1550 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1551 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1678 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/
H A Daudio_processing_unittest.cc473 {revframe_.sample_rate_hz, revframe_.num_channels}, in Init()
474 {revframe_.sample_rate_hz, revframe_.num_channels}}})); in Init()
586 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in AnalyzeReverseStreamChooser()
587 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in AnalyzeReverseStreamChooser()
592 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels)); in AnalyzeReverseStreamChooser()
1355 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1356 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1675 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1676 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
1803 StreamConfig(revframe_.sample_rate_hz, revframe_.num_channels), in TEST_F()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc376 AudioFrame* revframe_; member in webrtc::__anon4aab67790111::ApmTest
401 revframe_(NULL), in ApmTest()
416 revframe_ = new AudioFrame(); in SetUp()
431 if (revframe_) { in TearDown()
432 delete revframe_; in TearDown()
434 revframe_ = NULL; in TearDown()
580 return apm_->AnalyzeReverseStream(revframe_); in AnalyzeReverseStreamChooser()
584 revframe_->samples_per_channel_, in AnalyzeReverseStreamChooser()
585 revframe_->sample_rate_hz_, in AnalyzeReverseStreamChooser()
597 tmp_frame.CopyFrom(*revframe_); in ProcessDelayVerificationTest()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Daudio_processing_unittest.cc400 AudioFrame* revframe_; member in webrtc::__anon53f7d6a80111::ApmTest
427 revframe_(NULL), in ApmTest()
442 revframe_ = new AudioFrame(); in SetUp()
453 if (revframe_) { in TearDown()
454 delete revframe_; in TearDown()
456 revframe_ = NULL; in TearDown()
479 {revframe_->sample_rate_hz_, revframe_->num_channels_}, in Init()
480 {revframe_->sample_rate_hz_, revframe_->num_channels_}}})); in Init()
603 revframe_->sample_rate_hz_, in AnalyzeReverseStreamChooser()
615 tmp_frame.CopyFrom(*revframe_); in ProcessDelayVerificationTest()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc399 AudioFrame* revframe_; member in webrtc::__anond5e40e2d0111::ApmTest
424 revframe_(NULL), in ApmTest()
439 revframe_ = new AudioFrame(); in SetUp()
454 if (revframe_) { in TearDown()
455 delete revframe_; in TearDown()
457 revframe_ = NULL; in TearDown()
480 {revframe_->sample_rate_hz_, revframe_->num_channels_}, in Init()
481 {revframe_->sample_rate_hz_, revframe_->num_channels_}}})); in Init()
604 revframe_->sample_rate_hz_, in AnalyzeReverseStreamChooser()
616 tmp_frame.CopyFrom(*revframe_); in ProcessDelayVerificationTest()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Daudio_processing_unittest.cc419 AudioFrame* revframe_; member in webrtc::__anon03509aad0111::ApmTest
446 revframe_(NULL), in ApmTest()
461 revframe_ = new AudioFrame(); in SetUp()
472 if (revframe_) { in TearDown()
473 delete revframe_; in TearDown()
475 revframe_ = NULL; in TearDown()
498 {revframe_->sample_rate_hz_, revframe_->num_channels_}, in Init()
499 {revframe_->sample_rate_hz_, revframe_->num_channels_}}})); in Init()
621 revframe_->samples_per_channel_, in AnalyzeReverseStreamChooser()
622 revframe_->sample_rate_hz_, in AnalyzeReverseStreamChooser()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Daudio_processing_unittest.cc419 AudioFrame* revframe_; member in webrtc::__anon46f1a7760111::ApmTest
446 revframe_(NULL), in ApmTest()
461 revframe_ = new AudioFrame(); in SetUp()
472 if (revframe_) { in TearDown()
473 delete revframe_; in TearDown()
475 revframe_ = NULL; in TearDown()
498 {revframe_->sample_rate_hz_, revframe_->num_channels_}, in Init()
499 {revframe_->sample_rate_hz_, revframe_->num_channels_}}})); in Init()
621 revframe_->samples_per_channel_, in AnalyzeReverseStreamChooser()
622 revframe_->sample_rate_hz_, in AnalyzeReverseStreamChooser()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Daudio_processing_unittest.cc419 AudioFrame* revframe_; member in webrtc::__anon446e885a0111::ApmTest
446 revframe_(NULL), in ApmTest()
461 revframe_ = new AudioFrame(); in SetUp()
472 if (revframe_) { in TearDown()
473 delete revframe_; in TearDown()
475 revframe_ = NULL; in TearDown()
498 {revframe_->sample_rate_hz_, revframe_->num_channels_}, in Init()
499 {revframe_->sample_rate_hz_, revframe_->num_channels_}}})); in Init()
621 revframe_->samples_per_channel_, in AnalyzeReverseStreamChooser()
622 revframe_->sample_rate_hz_, in AnalyzeReverseStreamChooser()
[all …]