HomeSort by relevance Sort by last modified time
    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 45 milliseconds