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

  /external/webrtc/webrtc/tools/agc/
fake_agc.h 22 volume_(kMaxVolume / 2) {
27 const int kMaxVolume = 255;
29 volume_ = (++volume_) % kMaxVolume;
  /external/webrtc/webrtc/sound/
soundsysteminterface.h 71 static const int kMaxVolume = 255;
pulseaudiosoundsystem.cc 92 // PA_VOLUME_MUTED-PA_VOLUME_NORM. If the programmer exceeds kMaxVolume then
95 volume / SoundSystemInterface::kMaxVolume;
100 (SoundSystemInterface::kMaxVolume - SoundSystemInterface::kMinVolume) *
    [all...]
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 52 static const uint32_t kMaxVolume = 14392;
66 current_mic_level_(kMaxVolume),
384 *max_volume = kMaxVolume;

Completed in 268 milliseconds