Home | History | Annotate | Download | only in voice_engine

Lines Matching refs:max_volume

1027   uint32_t max_volume = 0;
1033 if (_shared->audio_device()->MaxMicrophoneVolume(&max_volume) == 0) {
1034 if (max_volume) {
1037 static_cast<int>(max_volume / 2)) / max_volume);
1047 max_volume = volume;
1079 (new_voe_mic_level * max_volume +