Home
last modified time | relevance | path

Searched refs:_CV2_RED (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CameraITS/tests/scene6/
Dtest_preview_zoom.py33 _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/
Dtest_lens_shading_and_color_uniformity.py46 _CV2_RED = (1, 0, 0) # blocks failed the test variable
258 legend_color = _CV2_RED
278 legend_color = _CV2_RED
/cts/apps/CameraITS/utils/
Dzoom_capture_utils.py35 _CV2_RED = (255, 0, 0) # color in cv2 to draw lines variable
123 fov_ratio=_DEFAULT_FOV_RATIO, debug=False, draw_color=_CV2_RED,