Home
last modified time | relevance | path

Searched defs:max_volume (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/audio_processing/
Ddebug.proto85 optional int32 max_volume = 2; field
/external/webrtc/modules/audio_device/android/
Daudio_device_unittest.cc586 uint32_t max_volume; in SetMaxPlayoutVolume() local
627 uint32_t max_volume(0); in GetMaxSpeakerVolume() local
823 const int max_volume = GetMaxSpeakerVolume(); in TEST_F() local
/external/webrtc/sdk/android/native_unittests/audio_device/
Daudio_device_unittest.cc620 uint32_t max_volume; in SetMaxPlayoutVolume() local
661 uint32_t max_volume(0); in GetMaxSpeakerVolume() local
826 const int max_volume = GetMaxSpeakerVolume(); in TEST_F() local
/external/webrtc/sdk/android/src/jni/audio_device/
Daudio_device_module.cc372 absl::optional<uint32_t> max_volume = output_->MaxSpeakerVolume(); in MaxSpeakerVolume() local
/external/webrtc/modules/audio_processing/include/
Daudio_processing.h393 int max_volume; // Maximum play-out volume. member