Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerInput.h57 void SetMixerChannelGain(int mixerChannel,
H A DAudioMixer.cpp1617 input->SetMixerChannelGain(0, input->GetMixerChannelGain(0) * f); in SetParameterValue()
1618 input->SetMixerChannelGain(1, input->GetMixerChannelGain(1) * f); in SetParameterValue()
1624 input->SetMixerChannelGain(chan, DB_TO_GAIN(static_cast<const float *>(value)[chan])); in SetParameterValue()
1649 input->SetMixerChannelGain(0, m * fl); in SetParameterValue()
1650 input->SetMixerChannelGain(1, m * fr); in SetParameterValue()
H A DMixerInput.cpp626 MixerInput::SetMixerChannelGain(int mixer_channel, float gain) in SetMixerChannelGain() function in MixerInput