Home
last modified time | relevance | path

Searched refs:img_raw (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CameraITS/tests/scene0/
Dtest_tonemap_curve.py37 def check_raw_pattern(img_raw): argument
50 img_raw, float(i)/n_bars+DELTA, 0.0, 1.0/n_bars-2*DELTA, 1.0)
59 def check_yuv_vs_raw(img_raw, img_yuv): argument
75 img_raw, float(i)/n_bars+DELTA, 0.0, 1.0/n_bars-2*DELTA, 1.0)
123 img_raw = its.image.convert_capture_to_rgb_image(
127 its.image.write_image(img_raw, '%s_raw_%d.jpg' % (
129 check_raw_pattern(img_raw)
147 check_yuv_vs_raw(img_raw, img_yuv)
/cts/apps/CameraITS/tests/scene4/
Dtest_aspect_ratio_and_crop.py248 img_raw = its.image.convert_capture_to_rgb_image(cap_raw,
253 img_raw = cv2.resize(img_raw, (0, 0), fx=2.0, fy=2.0)
294 img_raw = cv2.undistort(img_raw, k, opencv_dist)
295 size_raw = img_raw.shape
300 img_raw, raw_avlb, img_name, debug)