Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/dummy/
Dfile_audio_device.h172 AudioDeviceModule::BufferType _playBufType; variable
Dfile_audio_device.cc425 type = _playBufType; in PlayoutBuffer()
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.h225 AudioDeviceModule::BufferType _playBufType; variable
Daudio_device_alsa_linux.cc89 _playBufType(AudioDeviceModule::kFixedBufferSize), in AudioDeviceLinuxALSA()
1609 _playBufType = type; in SetPlayoutBuffer()
1621 type = _playBufType; in PlayoutBuffer()
Daudio_device_pulse_linux.h303 AudioDeviceModule::BufferType _playBufType; variable
Daudio_device_pulse_linux.cc48 _playBufType(AudioDeviceModule::kFixedBufferSize), in AudioDeviceLinuxPulse()
1617 _playBufType = type; in SetPlayoutBuffer()
1628 type = _playBufType; in PlayoutBuffer()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.h261 AudioDeviceModule::BufferType _playBufType; variable
Daudio_device_core_win.h366 AudioDeviceModule::BufferType _playBufType; variable
Daudio_device_wave_win.cc105 _playBufType(AudioDeviceModule::kAdaptiveBufferSize), in AudioDeviceWindowsWave()
2240 _playBufType = type; in SetPlayoutBuffer()
2255 type = _playBufType; in PlayoutBuffer()
3395 … (_playBufType == AudioDeviceModule::kAdaptiveBufferSize) ? _playBufDelay : _playBufDelayFixed; in PlayProc()
Daudio_device_core_win.cc463 _playBufType(AudioDeviceModule::kAdaptiveBufferSize), in AudioDeviceWindowsCore()
3142 _playBufType = type; in SetPlayoutBuffer()
3159 type = _playBufType; in PlayoutBuffer()
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h321 AudioDeviceModule::BufferType _playBufType; variable
Daudio_device_mac.cc110 _playBufType(AudioDeviceModule::kFixedBufferSize), in AudioDeviceMac()
1664 _playBufType = type; in SetPlayoutBuffer()
1671 type = _playBufType; in PlayoutBuffer()