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

  /external/chromium_org/third_party/libjingle/source/talk/sound/
soundsysteminterface.h 88 static const int kMaxVolume = 255;
pulseaudiosoundsystem.cc 105 // PA_VOLUME_MUTED-PA_VOLUME_NORM. If the programmer exceeds kMaxVolume then
108 volume / SoundSystemInterface::kMaxVolume;
113 (SoundSystemInterface::kMaxVolume - SoundSystemInterface::kMinVolume) *
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 52 static const uint32_t kMaxVolume = 14392;
68 current_mic_level_(kMaxVolume),
413 *max_volume = kMaxVolume;

Completed in 77 milliseconds