OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxOutputVolumeScaling
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/voice_engine/
voice_engine_defines.h
39
const float
kMaxOutputVolumeScaling
= 10.0f;
voe_volume_control_impl.cc
315
if (scaling < kMinOutputVolumeScaling || scaling >
kMaxOutputVolumeScaling
) {
Completed in 65 milliseconds