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

  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.cpp 93 TInt CStreamPlayer::MaxVolume() const
101 const TInt maxi = MaxVolume();
173 const TReal newMax = MaxVolume();
174 const TInt maxVol = iStream->MaxVolume();
streamplayer.h 40 TInt MaxVolume() const;
  /external/chromium_org/content/renderer/media/
webrtc_audio_capturer.cc 435 DCHECK_LE(volume, MaxVolume());
436 double normalized_volume = static_cast<double>(volume) / MaxVolume();
447 int WebRtcAudioCapturer::MaxVolume() const {
482 volume_ = static_cast<int>((volume * MaxVolume()) + 0.5);
483 current_volume = volume_ > MaxVolume() ? MaxVolume() : volume_;
webrtc_audio_capturer.h 87 int MaxVolume() const;
webrtc_audio_capturer_unittest.cc 120 // MaxVolume() in WebRtcAudioCapturer is hard-coded to return 255, we add
122 int expected_volume_value = volume * capturer_->MaxVolume() + 0.5;

Completed in 152 milliseconds