Home
last modified time | relevance | path

Searched refs:N_PLAY_CHANNELS (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h37 const uint32_t N_PLAY_CHANNELS = 2; // default is stereo playout variable
56 ENGINE_PLAY_BUF_SIZE_IN_SAMPLES * N_PLAY_CHANNELS * N_BUFFERS_OUT;
Daudio_device_mac.cc107 _playChannels(N_PLAY_CHANNELS), in AudioDeviceMac()
215 _ptrAudioBuffer->SetPlayoutChannels(N_PLAY_CHANNELS); in AttachAudioBuffer()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.h32 const uint32_t N_PLAY_CHANNELS = 2; // default is stereo playout variable
Daudio_device_wave_win.cc82 _playChannels(N_PLAY_CHANNELS), in AudioDeviceWindowsWave()
182 _ptrAudioBuffer->SetPlayoutChannels(N_PLAY_CHANNELS); in AttachAudioBuffer()