OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxVolume
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/sound/
soundsysteminterface.h
71
static const int
kMaxVolume
= 255;
pulseaudiosoundsystem.cc
88
// PA_VOLUME_MUTED-PA_VOLUME_NORM. If the programmer exceeds
kMaxVolume
then
91
volume / SoundSystemInterface::
kMaxVolume
;
96
(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
),
394
*max_volume =
kMaxVolume
;
Completed in 844 milliseconds