Searched refs:aa_width (Results 1 – 1 of 1) sorted by relevance
/cts/apps/CameraITS/tests/scene8/ |
D | test_ae_awb_regions.py | 45 aa_width, aa_height, coords, img_width, img_height): argument 64 aa_aspect_ratio = aa_width / aa_height 71 buffer = (aa_width - crop_width) / 2 77 aspect_ratio_multiplication_factor = aa_width / img_width 109 aa_width, aa_height = aa['right'] - aa['left'], aa['bottom'] - aa['top'] 112 aa_width, aa_height, tl, width, height) 114 aa_width, aa_height, tr, width, height) 116 aa_width, aa_height, br, width, height) 118 aa_width, aa_height, bl, width, height) 123 props, sc_tl, sc_tr, sc_br, sc_bl, aa_width, aa_height))
|