Searched refs:GetMixerChannelGain (Results 1 – 3 of 3) sorted by relevance
1387 …tatic_cast<float *>(value)[0] = GAIN_TO_DB((input->GetMixerChannelGain(0) + input->GetMixerChannel… in GetParameterValue()1394 static_cast<float *>(value)[chan] = GAIN_TO_DB(input->GetMixerChannelGain(chan)); in GetParameterValue()1411 float l = input->GetMixerChannelGain(0); in GetParameterValue()1412 float r = input->GetMixerChannelGain(1); in GetParameterValue()1611 float l = input->GetMixerChannelGain(0); in SetParameterValue()1612 float r = input->GetMixerChannelGain(1); in SetParameterValue()1617 input->SetMixerChannelGain(0, input->GetMixerChannelGain(0) * f); in SetParameterValue()1618 input->SetMixerChannelGain(1, input->GetMixerChannelGain(1) * f); in SetParameterValue()1642 float l = input->GetMixerChannelGain(0); in SetParameterValue()1643 float r = input->GetMixerChannelGain(1); in SetParameterValue()
59 float GetMixerChannelGain(int mixerChannel);
639 MixerInput::GetMixerChannelGain(int mixer_channel) in GetMixerChannelGain() function in MixerInput