Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 110) sorted by relevance

12345

/cts/apps/CameraITS/tests/scene0/
Dtest_metadata.py48 logging.debug('Hardware level')
49 logging.debug('Legacy: %s', camera_properties_utils.legacy(props))
51 logging.debug('Limited: %s', camera_properties_utils.limited(props))
52 logging.debug('Full or better: %s',
54 logging.debug('Level 3: %s', camera_properties_utils.level3(props))
55 logging.debug('Capabilities')
56 logging.debug('Manual sensor: %s',
58 logging.debug('Manual post-proc: %s',
60 logging.debug('Raw: %s', camera_properties_utils.raw(props))
61 logging.debug('Sensor fusion: %s',
[all …]
Dtest_read_write.py55 logging.debug('sensor exposure time range: %s', sensor_exp_range)
56 logging.debug('sensor sensitivity range: %s', sens_range)
73 logging.debug('format: %s', fmt)
85 logging.debug('exp_write: %d, sens_write: %d', exp, sens)
122 logging.debug('FAILs for exposure time')
124 logging.debug('format: %s, e_write: %d, e_read: %d, RTOL: %.2f, ',
127 logging.debug('s_write: %d, s_read: %d, RTOL: %.2f',
130 logging.debug('FAILs for sensitivity(ISO)')
132 logging.debug('format: %s, s_write: %d, s_read: %d, RTOL: %.2f, ',
135 logging.debug('e_write: %d, e_read: %d, RTOL: %.2f',
Dtest_test_patterns.py49 logging.debug('Checking solid TestPattern...')
60 logging.debug('pixel min: %.f, pixel max: %.f', white_level * var_min,
78 logging.debug('Checking color bar TestPattern...')
84 logging.debug('Image mirrored')
97 logging.debug(COLOR_BAR_ORDER)
98 logging.debug(color_match)
122 logging.debug('No specific test for TestPattern: %d', pattern)
137 logging.debug('avail_patterns: %s', avail_patterns)
158 logging.debug('%d not in android.sensor.availableTestPatternModes.',
177 logging.debug('Starting %s', NAME)
Dtest_tonemap_curve.py71 logging.debug('Checking RAW/PATTERN match')
78 logging.debug('patch: %d, x_norm: %.3f, RAW means: %s',
83 logging.debug('%s match', color)
86 logging.debug('No match w/ %s: %s, ATOL: %.3f',
101 logging.debug('Checking YUV/RAW match')
106 logging.debug('x_norm: %.3f', x_norm)
129 logging.debug(err)
149 logging.debug('Available Patterns: %s', avail_patterns)
197 logging.debug('Starting %s', NAME)
/cts/apps/CameraITS/tests/scene6/
Dtest_zoom.py47 def get_test_tols_and_cap_size(cam, props, chart_distance, debug): argument
79 logging.debug('cam[%s] min_fd: %.3f (diopters), fl: %.2f',
84 if debug:
85 logging.debug('cam[%s] yuv sizes: %s', i, str(yuv_sizes))
93 logging.debug('loosening RTOL for cam[%s]: '
97 if debug:
98 logging.debug('common_fmt: %s', max(common_sizes))
128 def find_center_circle(img, img_name, color, min_area, debug): argument
176 if debug:
177 logging.debug('circles [x, y, r, pi*r**2/area, area]: %s', str(circles))
[all …]
/cts/apps/CameraITS/tests/scene1_1/
Dtest_ae_precapture_trigger.py46 logging.debug('Starting %s', NAME)
47 logging.debug('AE_INACTIVE: %d', AE_INACTIVE)
48 logging.debug('AE_SEARCHING: %d', AE_SEARCHING)
49 logging.debug('AE_CONVERGED: %d', AE_CONVERGED)
50 logging.debug('AE_PRECAPTURE: %d', AE_PRECAPTURE)
73 logging.debug('Manual captures')
88 logging.debug('%s', msg)
93 logging.debug('Auto capture')
99 logging.debug('%s', msg)
105 logging.debug('Auto capture with precapture trigger')
[all …]
Dtest_capture_result.py75 logging.debug('AWB gains: %s', str(awb_gains))
76 logging.debug('AWB transform: %s', str(
79 logging.debug('AE region: %s', str(metadata['android.control.aeRegions']))
81 logging.debug('AF region: %s', str(metadata['android.control.afRegions']))
83 logging.debug('AWB region: %s', str(metadata['android.control.awbRegions']))
98 logging.debug('Testing auto capture results')
112 logging.debug('Control mode: %d', ctrl_mode)
136 logging.debug('LSC map: %dx%d, %s', lsc_map_w, lsc_map_h, str(lsc_map[:8]))
148 logging.debug('Testing manual capture results')
175 logging.debug('Control mode: %d', ctrl_mode)
[all …]
Dtest_ae_af.py45 logging.debug('Starting %s', NAME)
62 logging.debug('Trying %s', k)
73 logging.debug('AWB gains: %s, xform: %s', str(awb_gains),
80 logging.debug('AE sensitivity: %d, exposure: %dns', s, e)
82 logging.debug('AE sensitivity: None, exposure: None')
84 logging.debug('AF fd: %.3f', fd)
86 logging.debug('AF fd: None')
/cts/apps/CameraITS/tests/scene2_a/
Dtest_jpeg_quality.py87 logging.debug('stripped APPN length:%d', length)
118 def extract_dqts(jpeg, debug=False): argument
138 logging.debug('DQT header loc(s):%s', dqt_markers)
142 if debug:
143 logging.debug('DQT %d start: %d, marker: %s, length: %s', i, dqt,
147 logging.debug(' both luma & chroma DQT matrices in marker')
157 if debug:
159 logging.debug(' luma:%s', luma.reshape(h, h))
160 logging.debug(' chroma:%s', chroma.reshape(h, h))
162 logging.debug(' single DQT matrix in marker')
[all …]
Dtest_format_combos.py44 logging.debug('Starting %s', NAME)
59 debug = self.debug_mode
121 logging.debug('Success[%02d]', n)
122 logging.debug(' req: %s', req_str)
123 logging.debug(' fmt: %s', str(fmt_combo))
124 logging.debug(' burst_len: %d\n', burst_len)
127 if debug:
143 logging.debug(' req: %s', req_str)
158 logging.debug('Success: %d / %d', num_success, num_total)
Dtest_faces.py88 logging.debug('Starting %s', NAME)
109 logging.debug('iso = %d', gain)
110 logging.debug('exp = %.2fms', (exp * 1.0E-6))
112 logging.debug('fd = infinity')
114 logging.debug('fd = %.2fcm', (1.0E2 / focus))
147 logging.debug('Frame %d face metadata:', i)
148 logging.debug('Faces: %s', faces)
157 logging.debug('Checking face rectangle %d', j)
175 logging.debug('Checking landmarks in face %d: %s', k, str(face))
/cts/apps/CameraITS/tests/scene4/
Dtest_multi_camera_alignment.py48 def convert_cap_and_prep_img(cap, props, fmt, img_name, debug): argument
65 if debug:
84 logging.debug('pixel size(um): %.2f x %.2f',
109 logging.debug('Camera: %s, FoV: %.2f, chart_distance: %.1fcm', i, fov,
116 logging.debug('Skipping camera. Not appropriate multi-camera testing.')
127 logging.debug('Skipping camera. Not appropriate for test rig.')
178 debug): argument
195 logging.debug('out_surfaces: %s', str(out_surfaces))
220 if debug:
243 logging.debug('cap size: %d x %d', yuv_w, yuv_h)
[all …]
/cts/apps/CameraITS/utils/
Dscene_change_utils.py57 logging.debug('Scene & brightness change: PASS.')
65 logging.debug('No scene change flag, but brightness change.')
67 logging.debug('No scene change flag, no brightness change.')
70 logging.debug('Scene dark entire capture.')
73 logging.debug('Scene light entire capture.')
77 logging.debug('3A does not converge, but brightness changes.')
82 logging.debug('Shift +%d frames.', scene_change_frame_shift)
84 logging.debug('Shift %d frames.', scene_change_frame_shift)
Dtarget_exposure_utils.py77 logging.debug('%s', e1_logging)
86 logging.debug('%s', e2_logging)
95 logging.debug('%s', e3_logging)
104 logging.debug('%s', e4_logging)
116 logging.debug('%s', e5_logging)
128 logging.debug('%s', e6_logging)
159 logging.debug('Using cached target exposure')
184 logging.debug('Setting cached target exposure')
233 logging.debug('Measuring target exposure')
Dsensor_fusion_utils.py81 logging.debug('Arduino: %s', str(device))
87 logging.debug('Canakit: %s', str(device))
105 logging.debug('writing port...')
124 logging.debug('Setting relay state %s', state)
129 logging.debug('Invalid ch (%s) or state (%s), no command sent.', ch, state)
155 logging.debug('Establishing communication with %s', port.name)
158 logging.debug(' test tx: %s %s %s', hex_test[0], hex_test[1], hex_test[2])
162 logging.debug(' test rx: %s %s %s', hex_read[0], hex_read[1], hex_read[2])
166 logging.debug(' Arduino comm established after %d try(s)', trys)
185 logging.debug('Angle must be between 0 and %d.', ARDUINO_ANGLE_MAX)
[all …]
/cts/apps/CameraITS/tests/scene2_b/
Dtest_auto_per_frame_control.py58 logging.debug('frame %d: %.2f%% delta gain, %.2f%% delta luma',
66 logging.debug('frame %d: <|%.1f%%| delta gain, %.2f%% delta luma', j,
75 logging.debug('frame %d: %.1f%% delta gain, %.2f%% delta luma',
80 def _determine_test_formats(cam, props, raw_avlb, debug): argument
95 if raw_avlb and debug:
101 def _tabulate_frame_data(metadata, luma, raw_cap, debug): argument
121 logging.debug('AE: %d ISO: %d ISP_sen: %d exp: %4fms tot_gain: %f luma: %f',
123 logging.debug('fd: %f', frame['fd'])
124 logging.debug('AWB state: %d, AWB gains: %s\n AWB matrix: %s', awb_state,
126 if debug:
[all …]
/cts/apps/CameraITS/tests/scene3/
Dtest_3a_consistency.py54 logging.debug('Starting %s', _NAME)
61 debug = self.debug_mode
78 logging.debug('Setting post RAW sensitivity boost to minimum')
90 logging.debug('req iso: %d, exp: %d, iso*exp: %d',
92 logging.debug('req awb_gains: %s, awb_transform: %s',
94 logging.debug('req fd: %s', focus_distance)
98 if debug:
110 logging.debug(
113 logging.debug('res awb_gains: %s, awb_transform: %s',
115 logging.debug('res fd: %s', focus_distance_result)
[all …]
Dtest_reprocess_edge_enhancement.py41 logging.debug('Verify HQ is sharper than OFF')
46 logging.debug('Verify ZSL is similar to OFF')
53 logging.debug('Verify OFF is not sharper than FAST')
60 logging.debug('Verify FAST is not sharper than HQ')
119 logging.debug('Sharpness list for edge mode %d: %s',
136 logging.debug('Starting %s', NAME)
137 logging.debug('Edge modes: %s', str(EDGE_MODES))
174 logging.debug('image W: %d, H: %d', size[0], size[1])
204 logging.debug('Sharpness for edge modes with regular request: %s',
235 logging.debug('Sharpness for edge modes w/ %s reprocess fmt: %s',
[all …]
/cts/apps/CameraITS/tests/
Dits_base_test.py76 logging.debug('Camera_id: %s', self.camera)
79 logging.debug('Chart distance: %s cm', self.chart_distance)
102 logging.debug('Not all tablet arguments set.')
114 logging.debug('Not all arguments set. Manual run.')
155 logging.debug('Tablet brightness set to: %s',
170 logging.debug('dumpsys window output: %s', output.decode('utf-8').strip())
178 logging.debug('Changing the orientation to landscape mode.')
182 logging.debug('Reported tablet orientation is: %d',
214 logging.debug('First API level %s MANDATED: %d',
221 logging.debug('%s on PASS.', record.test_name)
[all …]
/cts/apps/CtsVerifier/assets/scripts/power_monitors/
Dmonsoon.py68 logging.debug("Locked device %s"%device)
142 logging.debug("Setting up power monitor...")
147 logging.debug("Flushing input...")
149 logging.debug("Getting status....")
176 def log(self, msg , debug = False): argument
178 if not debug and LOG_TO_SCREEN:
181 logging.debug(msg)
216 logging.debug("unlocked")
234 logging.debug("Returning list of %s"%monsoon_list)
241 self.log("Getting status...", debug = True)
[all …]
/cts/apps/CameraITS/tests/scene1_2/
Dtest_yuv_jpeg_all.py38 def do_capture_and_extract_rgb_means(req, cam, size, img_type, log_path, debug): argument
63 if debug:
73 logging.debug('Captured %s %dx%d rgb = %s',
82 logging.debug('Starting %s', NAME)
93 debug = self.debug_mode
109 req, cam, size, 'yuv', log_path, debug))
114 req, cam, size, 'jpg', log_path, debug))
135 logging.debug('%s', msg)
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestApp/testdata/
DAndroid.bp60 name: "fsverity-debug-key",
61 srcs: ["fsverity-debug-key.pem"],
65 name: "fsverity-debug-cert",
66 srcs: ["fsverity-debug.x509.pem"],
73 ":fsverity-debug-key",
74 ":fsverity-debug-cert",
77 "--key=$(location :fsverity-debug-key) " +
78 "--cert=$(location :fsverity-debug-cert) " +
/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_sensor_fusion.py114 logging.debug('Starting sensor event collection')
139 logging.debug('3A ISO: %d, exp: %.3fms', s, e/_MSEC_TO_NSEC)
141 logging.debug('Re-assigning exposure time')
146 logging.debug('Calculated ISO too large! ISO: %d, MAX: %d '
154 logging.debug('fd_min: %.3f, fd_chart: %.3f, fd_meas: %.3f',
159 logging.debug('Capturing %dx%d with ISO %d, exp %.3fms at %dfps',
167 logging.debug('Reading out inertial sensor events')
169 logging.debug('Number of gyro samples %d', len(gyro))
172 logging.debug('Dumping event data')
183 logging.debug('Dumping frames')
[all …]
/cts/apps/CameraITS/tests/scene_change/
Dtest_scene_change.py58 logging.debug('Frame index where 3A converges: %d', converged_frame)
100 logging.debug('Toggling display at %.3f.', t)
128 logging.debug('cap event start: %.6f', time.time() - t0)
130 logging.debug('cap event stop: %.6f', time.time() - t0)
154 logging.debug(
181 logging.debug('Starting %s', _NAME)
202 logging.debug('Tablet brightness: %d', tablet_level)
206 logging.debug('burst number: %d', burst)
238 logging.debug('Turning screen back ON.')
/cts/apps/CameraITS/tests/scene2_e/
Dtest_continuous_picture.py42 def _capture_frames(cam, log_path, debug): argument
74 logging.debug(
79 if debug:
102 logging.debug('Starting %s', _NAME)
110 debug = self.debug_mode
125 cap_3a_state_list = _capture_frames(cam, log_path, debug)

12345