Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc4058 float fLevelMinDB(0.0); in _EnumerateEndpointDevicesAll() local
4061 hr = pEndpointVolume->GetVolumeRange(&fLevelMinDB, &fLevelMaxDB, in _EnumerateEndpointDevicesAll()
4064 RTC_LOG(LS_VERBOSE) << "volume range : " << fLevelMinDB << " (min), " in _EnumerateEndpointDevicesAll()
4073 int n = (int)((fLevelMaxDB - fLevelMinDB) / fVolumeIncrementDB); in _EnumerateEndpointDevicesAll()