Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene3/
Dtest_reprocess_edge_enhancement.py70 reprocess_format=None): argument
102 if reprocess_format:
106 caps = cam.do_capture([req]*NUM_SAMPLES, [out_surface], reprocess_format)
115 os.path.join(log_path, NAME), reprocess_format, edge_mode))
211 for reprocess_format in reprocess_formats:
224 reprocess_format)
233 '-'+PLOT_COLORS[reprocess_format]+'o',
234 label=reprocess_format)
236 reprocess_format, str(sharpnesses))
244 for reprocess_format in range(len(reprocess_formats)):
[all …]
/cts/apps/CameraITS/tests/scene1_2/
Dtest_reprocess_noise_reduction.py64 def create_plot(snrs, reprocess_format, log_path): argument
72 pylab.figure(reprocess_format)
75 pylab.title('%s (%s)' % (_NAME, reprocess_format))
80 os.path.join(log_path, _NAME), reprocess_format))
137 for reprocess_format in reprocess_formats:
138 logging.debug('Reprocess format: %s', reprocess_format)
160 [req]*_NUM_FRAMES, out_surface, reprocess_format)
176 create_plot(snrs, reprocess_format, log_path)
/cts/apps/CameraITS/utils/
Dits_session_utils.py455 reprocess_format=None, argument
603 if reprocess_format is not None:
608 cmd['reprocessFormat'] = reprocess_format