Searched refs:last_gain (Results 1 – 3 of 3) sorted by relevance
29 void ApplyGainLinear(float gain, float last_gain, AudioFrame* frame) { in ApplyGainLinear() argument33 float smoothed_gain = last_gain; in ApplyGainLinear()34 float gain_step = (gain - last_gain) / (frame_length - 1); in ApplyGainLinear()
19 void ApplyGainLinear(float gain, float last_gain, AudioFrame* frame);
632 double last_gain, input_gain, ret_gain; in adjust_ae_speed() local643 last_gain = _imx185_sensor_gain_code_to_mutiplier (last_res.analog_gain_code_global); in adjust_ae_speed()645 ret_gain = _calculate_new_value_by_speed (last_gain, input_gain, ae_speed); in adjust_ae_speed()