Home
last modified time | relevance | path

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

/external/webrtc/webrtc/tools/agc/
Dtest_utils.cc29 void ApplyGainLinear(float gain, float last_gain, AudioFrame* frame) { in ApplyGainLinear() argument
33 float smoothed_gain = last_gain; in ApplyGainLinear()
34 float gain_step = (gain - last_gain) / (frame_length - 1); in ApplyGainLinear()
Dtest_utils.h19 void ApplyGainLinear(float gain, float last_gain, AudioFrame* frame);
/external/libxcam/modules/isp/
Daiq_handler.cpp632 double last_gain, input_gain, ret_gain; in adjust_ae_speed() local
643 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()