Home
last modified time | relevance | path

Searched refs:channelVol (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_mixer_manager_mac.cc284 Float32 channelVol = 0; in SpeakerVolume() local
304 channelVol = 0; in SpeakerVolume()
308 size = sizeof(channelVol); in SpeakerVolume()
310 _outputDeviceID, &propertyAddress, 0, NULL, &size, &channelVol)); in SpeakerVolume()
312 vol += channelVol; in SpeakerVolume()
905 Float32 channelVol = 0; in MicrophoneVolume() local
925 channelVol = 0; in MicrophoneVolume()
929 size = sizeof(channelVol); in MicrophoneVolume()
931 _inputDeviceID, &propertyAddress, 0, NULL, &size, &channelVol)); in MicrophoneVolume()
933 volFloat32 += channelVol; in MicrophoneVolume()