Searched refs:_noInputChannels (Results 1 – 2 of 2) sorted by relevance
51 _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()
73 uint16_t _noInputChannels; variable