Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene2_b/
Dtest_auto_per_frame_control.py50 def _check_delta_luma_vs_delta_gain(fmt, j, lumas, total_gains): argument
52 delta_gain = total_gains[j] - total_gains[j-1]
54 delta_gain_rel = delta_gain / total_gains[j-1] * 100 # %
248 total_gains = []
269 total_gains.append(total_gain)
277 _plot_data(lumas, total_gains, fmt['format'], log_path)
284 fmt, j, lumas, total_gains)