Home
last modified time | relevance | path

Searched refs:playout_channels (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dshared_data.cc90 int playout_channels = 0; in NumOfPlayingChannels() local
95 ++playout_channels; in NumOfPlayingChannels()
98 return playout_channels; in NumOfPlayingChannels()
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_unittest_ios.cc516 int playout_channels() const { return playout_parameters_.channels(); } in playout_channels() function in webrtc::AudioDeviceTest
663 playout_channels(), playout_sample_rate(), in TEST_F()
685 playout_channels(), playout_sample_rate(), in TEST_F()
705 kBytesPerSample, playout_channels(), in TEST_F()
738 kBytesPerSample, playout_channels(), in TEST_F()
760 EXPECT_EQ(1, playout_channels()); in TEST_F()
795 EXPECT_EQ(record_channels(), playout_channels()); in TEST_F()
824 EXPECT_EQ(record_channels(), playout_channels()); in TEST_F()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_unittest.cc524 size_t playout_channels() const { in playout_channels() function in webrtc::AudioDeviceTest
863 playout_channels(), in TEST_F()
905 playout_channels(), in TEST_F()
934 EXPECT_EQ(1u, playout_channels()); in TEST_F()
964 EXPECT_EQ(record_channels(), playout_channels()); in TEST_F()
994 EXPECT_EQ(record_channels(), playout_channels()); in TEST_F()