Home
last modified time | relevance | path

Searched refs:_newMicLevel (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_buffer.cc50 _newMicLevel(0), in AudioDeviceBuffer()
278 return _newMicLevel; in NewMicLevel()
476 _newMicLevel = newMicLevel; in DeliverRecordedData()
Daudio_device_buffer.h111 uint32_t _newMicLevel; variable
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.h334 uint32_t _newMicLevel; variable
Daudio_device_core_win.h370 uint16_t _newMicLevel; variable
Daudio_device_wave_win.cc111 _newMicLevel(0), in AudioDeviceWindowsWave()
423 uint32_t newMicLevel = _newMicLevel; in DoSetCaptureVolumeThread()
3295 _newMicLevel = newMicLevel; in RecProc()
Daudio_device_core_win.cc472 _newMicLevel(0) in AudioDeviceWindowsCore()
3357 uint32_t newMicLevel = _newMicLevel; in DoSetCaptureVolumeThread()
4099 _newMicLevel = newMicLevel; in DoCaptureThread()