OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_CORE_SPEAKER_VOLUME
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.h
39
const float
MAX_CORE_SPEAKER_VOLUME
= 255.0f;
audio_device_core_win.cc
984
volume > (uint32_t)
MAX_CORE_SPEAKER_VOLUME
)
992
const float fLevel = (float)volume/
MAX_CORE_SPEAKER_VOLUME
;
1035
volume = static_cast<uint32_t> (fLevel*
MAX_CORE_SPEAKER_VOLUME
);
[
all
...]
Completed in 654 milliseconds