Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene7/
Dtest_multi_camera_switch.py180 uw_r_g_ratio, uw_b_g_ratio = _get_color_ratios(uw_img, 'UW')
181 w_r_g_ratio, w_b_g_ratio = _get_color_ratios(w_img, 'W')
262 def _get_color_ratios(img, identifier): function