Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_mixer_manager_mac.cc51 _noInputChannels(0), in AudioMixerManagerMac()
98 _noInputChannels = 0; in CloseMicrophone()
198 _noInputChannels = streamFormat.mChannelsPerFrame; in OpenMicrophone()
588 available = (_noInputChannels == 2); in StereoRecordingIsAvailable()
614 for (UInt32 i = 1; i <= _noInputChannels; i++) { in MicrophoneMuteIsAvailable()
664 for (UInt32 i = 1; i <= _noInputChannels; i++) { in SetMicrophoneMute()
714 for (UInt32 i = 1; i <= _noInputChannels; i++) { in MicrophoneMute()
818 for (UInt32 i = 1; i <= _noInputChannels; i++) { in MicrophoneVolumeIsAvailable()
873 for (UInt32 i = 1; i <= _noInputChannels; i++) { in SetMicrophoneVolume()
924 for (UInt32 i = 1; i <= _noInputChannels; i++) { in MicrophoneVolume()
Daudio_mixer_manager_mac.h73 uint16_t _noInputChannels; variable