Home
last modified time | relevance | path

Searched refs:plot (Results 1 – 25 of 37) sorted by relevance

12

/cts/apps/CameraITS/tests/inprog/
Dtest_blc_lsc.py90 pylab.plot(exposures, r_means_center, 'r')
91 pylab.plot(exposures, g_means_center, 'g')
92 pylab.plot(exposures, b_means_center, 'b')
97 pylab.plot(exposures, r_means_corner, 'r')
98 pylab.plot(exposures, g_means_corner, 'g')
99 pylab.plot(exposures, b_means_corner, 'b')
Dtest_black_level.py84 pylab.plot(range(32), yhist.tolist()[0:32], 'rgb'[si])
85 pylab.plot(range(32), uhist.tolist()[112:144], 'rgb'[si]+'--')
86 pylab.plot(range(32), vhist.tolist()[112:144], 'rgb'[si]+'--')
Dtest_param_black_level_lock.py63 pylab.plot(range(16), hist.tolist()[:16])
/cts/apps/CameraITS/tests/scene1/
Dtest_exposure.py148 pylab.plot(mults, r_means, 'ro-')
149 pylab.plot(mults, g_means, 'go-')
150 pylab.plot(mults, b_means, 'bo-')
159 pylab.plot(mults, raw_r_means, 'ro-', label='R')
160 pylab.plot(mults, raw_gr_means, 'go-', label='GR')
161 pylab.plot(mults, raw_gb_means, 'ko-', label='GB')
162 pylab.plot(mults, raw_b_means, 'bo-', label='B')
Dtest_post_raw_sensitivity_boost.py117 pylab.plot(xs, [rgb[0] for rgb in raw_rgb_means], '-ro')
118 pylab.plot(xs, [rgb[1] for rgb in raw_rgb_means], '-go')
119 pylab.plot(xs, [rgb[2] for rgb in raw_rgb_means], '-bo')
127 pylab.plot(xs, [rgb[0] for rgb in yuv_rgb_means], '-ro')
128 pylab.plot(xs, [rgb[1] for rgb in yuv_rgb_means], '-go')
129 pylab.plot(xs, [rgb[2] for rgb in yuv_rgb_means], '-bo')
Dtest_param_sensitivity.py70 pylab.plot(sensitivities, r_means, '-ro')
71 pylab.plot(sensitivities, g_means, '-go')
72 pylab.plot(sensitivities, b_means, '-bo')
Dtest_param_exposure_time.py67 pylab.plot(exp_times, r_means, '-ro')
68 pylab.plot(exp_times, g_means, '-go')
69 pylab.plot(exp_times, b_means, '-bo')
Dtest_burst_sameness_manual.py86 pylab.plot(frames, r_means, "-ro")
87 pylab.plot(frames, g_means, "-go")
88 pylab.plot(frames, b_means, "-bo")
Dtest_raw_exposure.py127 pylab.plot(e_test_ms, r, "r.-")
128 pylab.plot(e_test_ms, b, "b.-")
129 pylab.plot(e_test_ms, gr, "g.-")
130 pylab.plot(e_test_ms, gb, "k.-")
Dtest_black_white.py90 pylab.plot([0, 1], r_means, "-ro")
91 pylab.plot([0, 1], g_means, "-go")
92 pylab.plot([0, 1], b_means, "-bo")
Dtest_param_color_correction.py98 pylab.plot(domain, r_means, '-ro')
99 pylab.plot(domain, g_means, '-go')
100 pylab.plot(domain, b_means, '-bo')
Dtest_yuv_jpeg_all.py82 matplotlib.pylab.plot(range(len(rgbs)), [r[0] for r in rgbs], "-ro")
83 matplotlib.pylab.plot(range(len(rgbs)), [g[1] for g in rgbs], "-go")
84 matplotlib.pylab.plot(range(len(rgbs)), [b[2] for b in rgbs], "-bo")
Dtest_linearity.py94 pylab.plot(sensitivities, r_means, '-ro')
95 pylab.plot(sensitivities, g_means, '-go')
96 pylab.plot(sensitivities, b_means, '-bo')
Dtest_latching.py78 pylab.plot(idxs, r_means, '-ro')
79 pylab.plot(idxs, g_means, '-go')
80 pylab.plot(idxs, b_means, '-bo')
Dtest_param_shading_mode.py116 pylab.plot(range(num_map_gains), shading_maps[mode][i], '-r.',
118 pylab.plot(range(num_map_gains), reference_maps[mode], '-g.',
131 pylab.plot(range(num_map_gains), shading_ref_ratio, '-b.',
Dtest_ev_compensation_advanced.py93 pylab.plot(ev_steps, lumas, '-ro')
94 pylab.plot(ev_steps, expected_lumas, '-bo')
Dtest_dng_noise_model.py127 pylab.plot(sens_valid, var_expected[i], 'rgkb'[i],
129 pylab.plot(sens_valid, var_measured[i], 'rgkb'[i]+'.--',
/cts/apps/CameraITS/tools/
Ddng_noise_model.py135 for i, plot in enumerate(color_plane_plots[s_int]):
136 plot.set_title('%s' % BAYER_LIST[i])
137 plot.set_xlabel('Mean signal level')
138 plot.set_ylabel('Variance')
156 plot = color_plane_plots[s_int][pidx]
189 color_plane_plots[s_int][pidx].plot(
206 color_plane_plots[s_int][pidx].plot([0, max_signal_level],
297 color_plane_plots[s][pidx].plot([0, max_signal_level],
/cts/apps/CameraITS/tests/scene0/
Dtest_gyro_bias.py62 pylab.plot(times, xs, 'r', label='x')
63 pylab.plot(times, ys, 'g', label='y')
64 pylab.plot(times, zs, 'b', label='z')
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DHifiUltrasoundTestActivity.java221 XYPlot plot = (XYPlot) popupView.findViewById(R.id.responseChart); in plotResponse() local
222 plot.setDomainStep(XYStepMode.INCREMENT_BY_VAL, 2000); in plotResponse()
245 plot.addSeries(series, seriesFormat); in plotResponse()
262 plot.addSeries(noiseSeries, noiseSeriesFormat); in plotResponse()
278 plot.addSeries(series, seriesFormat); in plotResponse()
288 plot.addSeries(passSeries, passSeriesFormat); in plotResponse()
DHifiUltrasoundSpeakerTestActivity.java262 XYPlot plot = (XYPlot) popupView.findViewById(R.id.responseChart); in plotResponse() local
263 plot.setDomainStep(XYStepMode.INCREMENT_BY_VAL, 2000); in plotResponse()
286 plot.addSeries(series, seriesFormat); in plotResponse()
303 plot.addSeries(noiseSeries, noiseSeriesFormat); in plotResponse()
319 plot.addSeries(series, seriesFormat); in plotResponse()
329 plot.addSeries(passSeries, passSeriesFormat); in plotResponse()
/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_multi_camera_frame_sync.py85 pylab.plot(range(len(cam0_angles)), cam0_angles, "r", label="%s" % ids[0])
86 pylab.plot(range(len(cam1_angles)), cam1_angles, "g", label="%s" % ids[1])
94 pylab.plot(range(len(angle_diffs)), angle_diffs, "b",
Dtest_sensor_fusion.py235 pylab.plot(candidates, dists, "r", label="data")
236 pylab.plot(xfit, yfit, "", label="fit")
237 pylab.plot([exact_best_shift+x for x in [-0.1, 0, 0.1]], [0, 0.01, 0], "b")
258 pylab.plot(range(len(cam_rots)), cam_rots, "r", label="camera")
259 pylab.plot(range(len(gyro_rots)), gyro_rots, "b", label="gyro")
/cts/apps/CameraITS/tests/scene2/
Dtest_auto_per_frame_control.py112 pylab.plot(range(len(lumas)), lumas, '-g.',
114 pylab.plot(range(len(norm_gains)), norm_gains, '-r.',
/cts/apps/CameraITS/tests/scene3/
Dtest_reprocess_edge_enhancement.py162 pylab.plot(range(4), sharpness_regular, "-"+gr_color["none"]+"o")
192 pylab.plot(range(4), sharpnesses,

12