Home
last modified time | relevance | path

Searched defs:max_volume (Results 1 – 6 of 6) 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.cc585 uint32_t max_volume; in SetMaxPlayoutVolume() local
626 uint32_t max_volume(0); in GetMaxSpeakerVolume() local
822 const int max_volume = GetMaxSpeakerVolume(); in TEST_F() local
/external/webrtc/sdk/android/native_unittests/audio_device/
Daudio_device_unittest.cc619 uint32_t max_volume; in SetMaxPlayoutVolume() local
660 uint32_t max_volume(0); in GetMaxSpeakerVolume() local
825 const int max_volume = GetMaxSpeakerVolume(); in TEST_F() local
/external/webrtc/sdk/android/src/jni/audio_device/
Daudio_device_module.cc368 absl::optional<uint32_t> max_volume = output_->MaxSpeakerVolume(); in MaxSpeakerVolume() local
/external/webrtc/modules/audio_processing/include/
Daudio_processing.h416 int max_volume; // Maximum play-out volume. member
/external/webrtc/webrtc/modules/audio_processing/
Ddebug.pb.h3363 inline int32_t PlayoutAudioDeviceInfo::max_volume() const { in max_volume() function