Searched refs:SetMixerChannelGain (Results 1 – 3 of 3) sorted by relevance
57 void SetMixerChannelGain(int mixerChannel,
1617 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()
626 MixerInput::SetMixerChannelGain(int mixer_channel, float gain) in SetMixerChannelGain() function in MixerInput