webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Protected Member Functions | Protected Attributes | List of all members
webrtc::ExpandTest Class Reference
Inheritance diagram for webrtc::ExpandTest:
testing::Test

Protected Member Functions

 ExpandTest ()
 
void SetUp () override
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void TearDown ()
 

Protected Attributes

test::ResampleInputAudioFile input_file_
 
int test_sample_rate_hz_
 
size_t num_channels_
 
BackgroundNoise background_noise_
 
SyncBuffer sync_buffer_
 
RandomVector random_vector_
 
FakeStatisticsCalculator statistics_
 
Expand expand_
 

Constructor & Destructor Documentation

◆ ExpandTest()

webrtc::ExpandTest::ExpandTest ( )
inlineprotected

Member Function Documentation

◆ SetUp()

void webrtc::ExpandTest::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ background_noise_

BackgroundNoise webrtc::ExpandTest::background_noise_
protected

◆ expand_

Expand webrtc::ExpandTest::expand_
protected

◆ input_file_

test::ResampleInputAudioFile webrtc::ExpandTest::input_file_
protected

◆ num_channels_

size_t webrtc::ExpandTest::num_channels_
protected

◆ random_vector_

RandomVector webrtc::ExpandTest::random_vector_
protected

◆ statistics_

FakeStatisticsCalculator webrtc::ExpandTest::statistics_
protected

◆ sync_buffer_

SyncBuffer webrtc::ExpandTest::sync_buffer_
protected

◆ test_sample_rate_hz_

int webrtc::ExpandTest::test_sample_rate_hz_
protected

The documentation for this class was generated from the following file: