Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/mac/
Daudio_device_mac.h39 const uint32_t N_PLAY_CHANNELS = 2; // default is stereo playout variable
58 ENGINE_PLAY_BUF_SIZE_IN_SAMPLES * N_PLAY_CHANNELS * N_BUFFERS_OUT;
Daudio_device_mac.cc127 _playChannels(N_PLAY_CHANNELS), in AudioDeviceMac()
217 _ptrAudioBuffer->SetPlayoutChannels(N_PLAY_CHANNELS); in AttachAudioBuffer()