Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerInput.h104 int fMixerChannelCount; variable
121 return fMixerChannelCount; in GetMixerChannelCount()
132 ASSERT(mixerChannel >= 0 && mixerChannel < fMixerChannelCount); in GetMixerChannelInfo()
H A DMixerInput.cpp34 fMixerChannelCount(0), in MixerInput()
534 fMixerChannelCount); in _UpdateInputChannelDestinations()
535 if (channel_count != fMixerChannelCount) { in _UpdateInputChannelDestinations()
538 fMixerChannelCount = channel_count; in _UpdateInputChannelDestinations()
544 for (int i = 0; i < fMixerChannelCount; i++) { in _UpdateInputChannelDestinations()
554 for (int i = 0; i < fMixerChannelCount; i++) { in _UpdateInputChannelDestinations()
571 for (int i = 0; i < fMixerChannelCount; i++) { in _UpdateInputChannelDestinations()
628 if (mixer_channel < 0 || mixer_channel >= fMixerChannelCount) in SetMixerChannelGain()
641 if (mixer_channel < 0 || mixer_channel >= fMixerChannelCount) in GetMixerChannelGain()
650 if (mixer_channel < 0 || mixer_channel >= fMixerChannelCount) in GetMixerChannelType()