Searched defs:max_volume_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/audio/
H A Dagc_audio_stream.h75 : agc_is_enabled_(false), max_volume_(0.0), normalized_volume_(0.0) {
164 if (max_volume_ == 0.0)
165 max_volume_ = static_cast<AudioInterface*>(this)->GetMaxVolume();
169 if (max_volume_ != 0.0) {
171 static_cast<AudioInterface*>(this)->GetVolume() / max_volume_;
189 double max_volume_; member in class:media::AgcAudioStream
H A Daudio_input_controller.h351 double max_volume_; member in class:media::AudioInputController

Completed in 240 milliseconds