Home
last modified time | relevance | path

Searched refs:SetPlayoutChannels (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/modules/audio_device/dummy/
Dfile_audio_device.cc153 _ptrAudioBuffer->SetPlayoutChannels(kPlayoutNumChannels); in InitPlayout()
439 _ptrAudioBuffer->SetPlayoutChannels(0); in AttachAudioBuffer()
/external/webrtc/modules/audio_device/
Daudio_device_buffer.h96 int32_t SetPlayoutChannels(size_t channels);
Dfine_audio_buffer_unittest.cc99 audio_device_buffer.SetPlayoutChannels(kChannels); in RunFineBufferTest()
Daudio_device_buffer.cc206 int32_t AudioDeviceBuffer::SetPlayoutChannels(size_t channels) { in SetPlayoutChannels() function in webrtc::AudioDeviceBuffer
Daudio_device_impl.cc607 audio_device_buffer_.SetPlayoutChannels(nChannels); in SetStereoPlayout()
/external/webrtc/modules/audio_device/android/
Daaudio_player.cc122 audio_device_buffer_->SetPlayoutChannels(audio_parameters.channels()); in AttachAudioBuffer()
Daudio_track_jni.cc237 audio_device_buffer_->SetPlayoutChannels(channels); in AttachAudioBuffer()
Dopensles_player.cc197 audio_device_buffer_->SetPlayoutChannels(channels); in AttachAudioBuffer()
/external/webrtc/sdk/android/src/jni/audio_device/
Daaudio_player.cc123 audio_device_buffer_->SetPlayoutChannels(audio_parameters.channels()); in AttachAudioBuffer()
Daudio_track_jni.cc216 audio_device_buffer_->SetPlayoutChannels(channels); in AttachAudioBuffer()
Dopensles_player.cc206 audio_device_buffer_->SetPlayoutChannels(channels); in AttachAudioBuffer()
/external/webrtc/modules/audio_device/win/
Dcore_audio_output_win.cc122 audio_device_buffer_->SetPlayoutChannels(format->nChannels); in InitPlayout()
Daudio_device_core_win.cc564 _ptrAudioBuffer->SetPlayoutChannels(0); in AttachAudioBuffer()
1973 _ptrAudioBuffer->SetPlayoutChannels((uint8_t)_playChannels); in InitPlayout()
/external/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc135 _ptrAudioBuffer->SetPlayoutChannels(0); in AttachAudioBuffer()
847 _ptrAudioBuffer->SetPlayoutChannels(_playChannels); in InitPlayout()
Daudio_device_pulse_linux.cc123 _ptrAudioBuffer->SetPlayoutChannels(0); in AttachAudioBuffer()
892 _ptrAudioBuffer->SetPlayoutChannels((uint8_t)_playChannels); in InitPlayout()
/external/webrtc/sdk/objc/native/src/audio/
Daudio_device_module_ios.mm338 audio_device_buffer_.get()->SetPlayoutChannels(nChannels);
Daudio_device_ios.mm673 audio_device_buffer_->SetPlayoutChannels(playout_parameters_.channels());
/external/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc217 _ptrAudioBuffer->SetPlayoutChannels(N_PLAY_CHANNELS); in AttachAudioBuffer()
1801 _ptrAudioBuffer->SetPlayoutChannels((uint8_t)_playChannels); in SetDesiredPlayoutFormat()