Searched refs:_CV2_RED (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CameraITS/tests/scene6/ |
D | test_preview_zoom.py | 33 _CV2_RED = (0, 0, 255) # color (B, G, R) in cv2 to draw lines variable 155 debug=debug, draw_color=_CV2_RED, write_img=False)
|
/cts/apps/CameraITS/tests/scene5/ |
D | test_lens_shading_and_color_uniformity.py | 46 _CV2_RED = (1, 0, 0) # blocks failed the test variable 258 legend_color = _CV2_RED 278 legend_color = _CV2_RED
|
/cts/apps/CameraITS/utils/ |
D | zoom_capture_utils.py | 35 _CV2_RED = (255, 0, 0) # color in cv2 to draw lines variable 123 fov_ratio=_DEFAULT_FOV_RATIO, debug=False, draw_color=_CV2_RED,
|