Searched refs:IMG_STATS_GRID (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CameraITS/tests/scene1/ |
D | test_exposure.py | 26 IMG_STATS_GRID = 9 # find used to find the center 11.11% variable 125 'gridWidth': aaw/IMG_STATS_GRID, 126 'gridHeight': aah/IMG_STATS_GRID} 131 raw_r_means.append(r[IMG_STATS_GRID/2, IMG_STATS_GRID/2] 133 raw_gr_means.append(gr[IMG_STATS_GRID/2, IMG_STATS_GRID/2] 135 raw_gb_means.append(gb[IMG_STATS_GRID/2, IMG_STATS_GRID/2] 137 raw_b_means.append(b[IMG_STATS_GRID/2, IMG_STATS_GRID/2]
|
D | test_raw_sensitivity.py | 24 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,
|
D | test_raw_burst_sensitivity.py | 24 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,
|
D | test_raw_exposure.py | 24 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]
|