Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1_2/
Dtest_raw_exposure.py37 _IMG_DELTA_THRESH = 0.99 # Each shot must be > 0.99*previous variable
56 if e_list[-1] < e_max*_IMG_DELTA_THRESH:
140 if mean[ch] <= prev_mean[ch] * _IMG_DELTA_THRESH: