Home
last modified time | relevance | path

Searched refs:_NAME (Results 1 – 19 of 19) sorted by relevance

/cts/apps/CameraITS/tests/scene1_2/
Dtest_raw_burst_sensitivity.py31 _NAME = os.path.splitext(os.path.basename(__file__))[0] variable
66 logging.debug('Starting %s', _NAME)
120 pylab.figure(_NAME)
126 pylab.title(_NAME)
128 '%s_variances.png' % os.path.join(self.log_path, _NAME))
Dtest_post_raw_sensitivity_boost.py34 _NAME = os.path.splitext(os.path.basename(__file__))[0] variable
114 pylab.title('%s' % _NAME)
118 matplotlib.pyplot.savefig('%s_plot_means.png' % os.path.join(log_path, _NAME))
133 logging.debug('Starting %s', _NAME)
166 os.path.join(log_path, _NAME), sens, sens_boost)
170 os.path.join(log_path, _NAME), sens, sens_boost)
Dtest_param_tonemap_mode.py32 _NAME = os.path.splitext(os.path.basename(__file__))[0] variable
79 logging.debug('Starting %s', _NAME)
117 img_name = '%s_n=%d.jpg' % (os.path.join(log_path, _NAME), n)
141 img_name = '%s_size=%02d.jpg' % (os.path.join(log_path, _NAME), size)
Dtest_reprocess_noise_reduction.py32 _NAME = os.path.splitext(os.path.basename(__file__))[0] variable
58 os.path.join(log_path, _NAME), nr_mode))
75 pylab.title('%s (%s)' % (_NAME, reprocess_format))
80 os.path.join(log_path, _NAME), reprocess_format))
104 logging.debug('Starting %s', _NAME)
Dtest_tonemap_sequence.py30 _NAME = os.path.splitext(os.path.basename(__file__))[0] variable
63 img, '%s_%s_%d.jpg' % (os.path.join(log_path, _NAME), tonemap, i))
83 logging.debug('Starting %s', _NAME)
Dtest_param_shading_mode.py29 _NAME = os.path.splitext(os.path.basename(__file__))[0] variable
51 pylab.title('%s_%s' % (_NAME, name_suffix))
97 logging.debug('Starting %s', _NAME)
/cts/apps/CameraITS/tests/scene0/
Dtest_jitter.py29 _NAME = os.path.basename(__file__).split('.')[0] variable
81 pylab.title(_NAME)
84 name = os.path.join(self.log_path, _NAME)
Dtest_solid_color_test_pattern.py35 _NAME = os.path.basename(__file__).split('.')[0] variable
/cts/apps/CameraITS/tests/scene2_e/
Dtest_continuous_picture.py31 _NAME = os.path.splitext(os.path.basename(__file__))[0] variable
81 img, '%s_%d.jpg' % (os.path.join(log_path, _NAME), i))
102 logging.debug('Starting %s', _NAME)
/cts/apps/CameraITS/tests/scene2_b/
Dtest_auto_per_frame_control.py35 _NAME = os.path.splitext(os.path.basename(__file__))[0] variable
170 pylab.title(_NAME + ' ' + fmt)
183 '%s_plot_%s.png' % (os.path.join(log_path, _NAME), fmt))
218 logging.debug('Starting %s', _NAME)
275 os.path.join(log_path, _NAME), fmt['format'], idx))
/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_sensor_fusion.py64 _NAME = os.path.splitext(os.path.basename(__file__))[0] variable
179 with open('%s_events.txt' % os.path.join(log_path, _NAME), 'w') as f:
189 os.path.join(log_path, _NAME), i))
219 pylab.figure(_NAME)
222 pylab.title(_NAME + ' (mean of %d pts)' % _NUM_GYRO_PTS_TO_AVG)
235 '%s_gyro_events.png' % (os.path.join(log_path, _NAME)))
313 file_name_stem = os.path.join(log_path, _NAME)
414 '%s_plot_shifts.png' % os.path.join(log_path, _NAME))
437 '%s_plot_rotations.png' % os.path.join(log_path, _NAME))
Dtest_multi_camera_frame_sync.py41 _NAME = os.path.basename(__file__).split('.')[0] variable
125 '%s_angles_plot.png' % os.path.join(log_path, _NAME))
135 '%s_angle_diffs_plot.png' % os.path.join(log_path, _NAME))
200 os.path.join(self.log_path, _NAME), ids[j], i)
/cts/apps/CameraITS/tests/scene1_1/
Dtest_multi_camera_match.py29 _NAME = os.path.splitext(os.path.basename(__file__))[0] variable
52 logging.debug('Starting %s', _NAME)
127 os.path.join(log_path, _NAME), fl))
/cts/apps/CameraITS/tests/scene3/
Dtest_3a_consistency.py31 _NAME = os.path.splitext(os.path.basename(__file__))[0] variable
54 logging.debug('Starting %s', _NAME)
100 img_name = '%s_%d.jpg' % (os.path.join(self.log_path, _NAME), i)
/cts/apps/CameraITS/tests/scene_change/
Dtest_scene_change.py38 _NAME = os.path.splitext(os.path.basename(__file__))[0] variable
150 img, '%s_%d_%d.jpg' % (os.path.join(log_path, _NAME), burst, i))
181 logging.debug('Starting %s', _NAME)
/cts/apps/CameraITS/tests/scene4/
Dtest_aspect_ratio_and_crop.py36 _NAME = os.path.splitext(os.path.basename(__file__))[0] variable
226 os.path.join(log_path, _NAME), 'raw', w_raw, h_raw)
276 img_name = '%s_jpeg_w%d_h%d.png' % (os.path.join(log_path, _NAME), w, h)
457 logging.debug('Starting %s', _NAME)
538 os.path.join(log_path, _NAME), fmt_iter, fmt_cmpr, w_iter, h_iter)
/cts/apps/CameraITS/tests/scene5/
Dtest_lens_shading_and_color_uniformity.py31 _NAME = os.path.basename(__file__).split('.')[0] variable
171 (os.path.join(log_path, _NAME)), True)
287 (os.path.join(log_path, _NAME)), True)
290 (os.path.join(log_path, _NAME)), True)
/cts/apps/CameraITS/tests/
Dtutorial.py46 _NAME = os.path.basename(__file__).split('.')[0] variable
89 file_name = os.path.join(self.log_path, _NAME)
/cts/apps/CameraITS/tools/
Ddng_noise_model.py38 _NAME = os.path.basename(__file__).split('.')[0] variable
162 name_with_log_path = os.path.join(log_path, _NAME)
167 logging.info('Starting %s for camera %s', _NAME, camera_name)