HomeSort by relevance Sort by last modified time
    Searched refs:max_volume_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/media/audio/
agc_audio_stream.h 75 : agc_is_enabled_(false), max_volume_(0.0), normalized_volume_(0.0) {
168 if (max_volume_ == 0.0)
169 max_volume_ = static_cast<AudioInterface*>(this)->GetMaxVolume();
173 if (max_volume_ != 0.0) {
175 static_cast<AudioInterface*>(this)->GetVolume() / max_volume_;
193 double max_volume_; member in class:media::AgcAudioStream
audio_input_controller.cc 42 max_volume_(0.0),
282 if (!max_volume_) {
283 max_volume_ = stream_->GetMaxVolume();
286 if (max_volume_ == 0.0) {
292 stream_->SetVolume(max_volume_ * volume);
audio_input_controller.h 283 double max_volume_; member in class:media::AudioInputController
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.h 86 double max_volume_; member in class:chromeos::AudioMixerAlsa
audio_mixer_alsa.cc 56 max_volume_(kDefaultMaxVolume),
131 *vol_max = max_volume_;
326 max_volume_ = static_cast<double>(long_hi) / 100.0;
345 max_volume_ += static_cast<double>(long_hi) / 100.0;
349 << max_volume_ << " dB"; local

Completed in 280 milliseconds