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

  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h 39 const float MAX_CORE_SPEAKER_VOLUME = 255.0f;
audio_device_core_win.cc 990 volume > (uint32_t)MAX_CORE_SPEAKER_VOLUME)
998 const float fLevel = (float)volume/MAX_CORE_SPEAKER_VOLUME;
    [all...]

Completed in 52 milliseconds