Searched refs:_CROP_REGIONS (Results 1 – 1 of 1) sorted by relevance
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_crop_regions.py | 31 _CROP_REGIONS = [(0.0, 0.0, 0.5, 0.5), # top-left variable 91 for x, y, w, h in _CROP_REGIONS: 116 for j, (x, y, w, h) in enumerate(_CROP_REGIONS):
|