Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1_1/
Dtest_exposure.py26 IMG_STATS_GRID = 9 # find used to find the center 11.11% variable
161 'gridWidth': aaw/IMG_STATS_GRID,
162 'gridHeight': aah/IMG_STATS_GRID}
167 raw_r_means.append(r[IMG_STATS_GRID/2, IMG_STATS_GRID/2]
169 raw_gr_means.append(gr[IMG_STATS_GRID/2, IMG_STATS_GRID/2]
171 raw_gb_means.append(gb[IMG_STATS_GRID/2, IMG_STATS_GRID/2]
173 raw_b_means.append(b[IMG_STATS_GRID/2, IMG_STATS_GRID/2]
/cts/apps/CameraITS/tests/scene1_2/
Dtest_raw_sensitivity.py24 IMG_STATS_GRID = 9 # find used to find the center 11.11% variable
79 "gridWidth": aaw/IMG_STATS_GRID,
80 "gridHeight": aah/IMG_STATS_GRID})
83 var = var_image[IMG_STATS_GRID/2, IMG_STATS_GRID/2,
Dtest_raw_burst_sensitivity.py24 IMG_STATS_GRID = 9 # find used to find the center 11.11% variable
73 "gridWidth": aaw/IMG_STATS_GRID,
74 "gridHeight": aah/IMG_STATS_GRID})
94 var = var_image[IMG_STATS_GRID/2, IMG_STATS_GRID/2,
Dtest_raw_exposure.py24 IMG_STATS_GRID = 9 # find used to find the center 11.11% variable
65 "gridWidth": aaw/IMG_STATS_GRID,
66 "gridHeight": aah/IMG_STATS_GRID}
116 mean = mean_image[IMG_STATS_GRID/2, IMG_STATS_GRID/2]