Home
last modified time | relevance | path

Searched refs:_playChannels (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_buffer.cc39 _playChannels(0), in AudioDeviceBuffer()
187 _playChannels = channels; in SetPlayoutChannels()
253 return _playChannels; in PlayoutChannels()
498 playChannels = _playChannels; in RequestPlayoutData()
Daudio_device_buffer.h84 size_t _playChannels; variable
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc84 _playChannels(ALSA_PLAYOUT_CH), in AudioDeviceLinuxALSA()
643 if (_playIsInitialized && (2 == _playChannels)) in StereoPlayoutIsAvailable()
652 int playChannels = _playChannels; in StereoPlayoutIsAvailable()
663 _playChannels = 2; in StereoPlayoutIsAvailable()
673 _playChannels = playChannels; in StereoPlayoutIsAvailable()
690 _playChannels = 2; in SetStereoPlayout()
692 _playChannels = 1; in SetStereoPlayout()
700 if (_playChannels == 2) in StereoPlayout()
958 _playChannels = 1; in PlayoutIsAvailable()
975 _playChannels = 2; in PlayoutIsAvailable()
[all …]
Daudio_device_pulse_linux.cc47 _playChannels(1), in AudioDeviceLinuxPulse()
710 if (_playChannels == 2 && _playing) { in StereoPlayoutIsAvailable()
744 _playChannels = 2; in SetStereoPlayout()
746 _playChannels = 1; in SetStereoPlayout()
754 if (_playChannels == 2) in StereoPlayout()
1132 playSampleSpec.channels = _playChannels; in InitPlayout()
1155 _ptrAudioBuffer->SetPlayoutChannels((uint8_t) _playChannels); in InitPlayout()
1206 _playbackBufferSize = sample_rate_hz_ / 100 * 2 * _playChannels; in InitPlayout()
2764 uint32_t numPlaySamples = _playbackBufferSize / (2 * _playChannels); in PlayThreadProcess()
Daudio_device_alsa_linux.h218 uint8_t _playChannels; variable
Daudio_device_pulse_linux.h301 uint8_t _playChannels; variable
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc107 _playChannels(N_PLAY_CHANNELS), in AudioDeviceMac()
788 _playChannels = 2; in SetStereoPlayout()
790 _playChannels = 1; in SetStereoPlayout()
796 if (_playChannels == 2) in StereoPlayout()
1170 _playChannels = 1; in InitPlayout()
1988 _outDesiredFormat.mChannelsPerFrame = _playChannels; in SetDesiredPlayoutFormat()
1993 _ptrAudioBuffer->SetPlayoutChannels((uint8_t)_playChannels); in SetDesiredPlayoutFormat()
2264 _playChannels = 1; in HandleStreamFormatChange()
2635 if (_macBookProPanRight && (_playChannels == 2)) { in RenderWorkerThread()
Daudio_device_mac.h314 uint8_t _playChannels; variable
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc82 _playChannels(N_PLAY_CHANNELS), in AudioDeviceWindowsWave()
1059 _playChannels = 2; in SetStereoPlayout()
1061 _playChannels = 1; in SetStereoPlayout()
1073 if (_playChannels == 2) in StereoPlayout()
1642 waveFormat.nChannels = _playChannels; // mono <=> 1, stereo <=> 2 in InitPlayout()
1731 const uint8_t bytesPerSample = 2*_playChannels; in InitPlayout()
3543 const int16_t nBytes = (2*_playChannels)*nSamples; in Write()
Daudio_device_core_win.cc427 _playChannels(2), in AudioDeviceWindowsCore()
1461 _playChannels = 2; in SetStereoPlayout()
1467 _playChannels = 1; in SetStereoPlayout()
1480 if (_playChannels == 2) in StereoPlayout()
2279 _playChannels = Wfx.nChannels; in InitPlayout()
2292 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "_playChannels : %d", _playChannels); in InitPlayout()
2349 _ptrAudioBuffer->SetPlayoutChannels((uint8_t)_playChannels); in InitPlayout()
Daudio_device_wave_win.h253 uint8_t _playChannels; variable
Daudio_device_core_win.h324 uint32_t _playChannels; variable