HomeSort by relevance Sort by last modified time
    Searched refs:max_volume_ (Results 1 - 3 of 3) 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) {
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
audio_input_controller.cc 106 max_volume_(0.0),
424 if (!max_volume_) {
425 max_volume_ = stream_->GetMaxVolume();
428 if (max_volume_ == 0.0) {
434 stream_->SetVolume(max_volume_ * volume);
audio_input_controller.h 351 double max_volume_; member in class:media::AudioInputController

Completed in 2610 milliseconds