HomeSort by relevance Sort by last modified time
    Searched refs:playout_channels (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/voice_engine/
shared_data.cc 90 int playout_channels = 0; local
95 ++playout_channels;
98 return playout_channels;
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 516 int playout_channels() const { return playout_parameters_.channels(); } function in class:webrtc::AudioDeviceTest
663 playout_channels(), playout_sample_rate(),
685 playout_channels(), playout_sample_rate(),
705 kBytesPerSample, playout_channels(),
738 kBytesPerSample, playout_channels(),
760 EXPECT_EQ(1, playout_channels());
795 EXPECT_EQ(record_channels(), playout_channels());
824 EXPECT_EQ(record_channels(), playout_channels());
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 524 size_t playout_channels() const { function in class:webrtc::AudioDeviceTest
863 playout_channels(),
    [all...]

Completed in 54 milliseconds