OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetPlayoutChannels
(Results
1 - 12
of
12
) sorted by null
/external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.h
44
virtual int32_t
SetPlayoutChannels
(size_t channels);
audio_device_buffer.cc
181
//
SetPlayoutChannels
184
int32_t AudioDeviceBuffer::
SetPlayoutChannels
(size_t channels)
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device.cc
149
_ptrAudioBuffer->
SetPlayoutChannels
(kPlayoutNumChannels);
464
_ptrAudioBuffer->
SetPlayoutChannels
(0);
/external/webrtc/webrtc/modules/audio_device/android/
audio_track_jni.cc
206
ALOGD("
SetPlayoutChannels
(%" PRIuS ")", channels);
207
audio_device_buffer_->
SetPlayoutChannels
(channels);
opensles_player.cc
183
ALOGD("
SetPlayoutChannels
(%" PRIuS ")", channels);
184
audio_device_buffer_->
SetPlayoutChannels
(channels);
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc
148
_ptrAudioBuffer->
SetPlayoutChannels
(0);
1142
_ptrAudioBuffer->
SetPlayoutChannels
(_playChannels);
[
all
...]
audio_device_pulse_linux.cc
152
_ptrAudioBuffer->
SetPlayoutChannels
(0);
1155
_ptrAudioBuffer->
SetPlayoutChannels
((uint8_t) _playChannels);
[
all
...]
/external/webrtc/webrtc/modules/audio_device/ios/
audio_device_ios.mm
523
audio_device_buffer_->
SetPlayoutChannels
(playout_parameters_.channels());
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
215
_ptrAudioBuffer->
SetPlayoutChannels
(N_PLAY_CHANNELS);
[
all
...]
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc
661
_ptrAudioBuffer->
SetPlayoutChannels
(0);
[
all
...]
audio_device_wave_win.cc
182
_ptrAudioBuffer->
SetPlayoutChannels
(N_PLAY_CHANNELS);
[
all
...]
Completed in 601 milliseconds