/cts/apps/CameraITS/tests/inprog/ |
D | test_blc_lsc.py | 90 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')
|
D | test_black_level.py | 84 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]+'--')
|
D | test_param_black_level_lock.py | 63 pylab.plot(range(16), hist.tolist()[:16])
|
/cts/apps/CameraITS/tests/scene1/ |
D | test_exposure.py | 148 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')
|
D | test_post_raw_sensitivity_boost.py | 117 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')
|
D | test_param_sensitivity.py | 70 pylab.plot(sensitivities, r_means, '-ro') 71 pylab.plot(sensitivities, g_means, '-go') 72 pylab.plot(sensitivities, b_means, '-bo')
|
D | test_param_exposure_time.py | 67 pylab.plot(exp_times, r_means, '-ro') 68 pylab.plot(exp_times, g_means, '-go') 69 pylab.plot(exp_times, b_means, '-bo')
|
D | test_burst_sameness_manual.py | 86 pylab.plot(frames, r_means, "-ro") 87 pylab.plot(frames, g_means, "-go") 88 pylab.plot(frames, b_means, "-bo")
|
D | test_raw_exposure.py | 127 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.-")
|
D | test_black_white.py | 90 pylab.plot([0, 1], r_means, "-ro") 91 pylab.plot([0, 1], g_means, "-go") 92 pylab.plot([0, 1], b_means, "-bo")
|
D | test_param_color_correction.py | 98 pylab.plot(domain, r_means, '-ro') 99 pylab.plot(domain, g_means, '-go') 100 pylab.plot(domain, b_means, '-bo')
|
D | test_yuv_jpeg_all.py | 82 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")
|
D | test_linearity.py | 94 pylab.plot(sensitivities, r_means, '-ro') 95 pylab.plot(sensitivities, g_means, '-go') 96 pylab.plot(sensitivities, b_means, '-bo')
|
D | test_latching.py | 78 pylab.plot(idxs, r_means, '-ro') 79 pylab.plot(idxs, g_means, '-go') 80 pylab.plot(idxs, b_means, '-bo')
|
D | test_param_shading_mode.py | 116 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.',
|
D | test_ev_compensation_advanced.py | 93 pylab.plot(ev_steps, lumas, '-ro') 94 pylab.plot(ev_steps, expected_lumas, '-bo')
|
D | test_dng_noise_model.py | 127 pylab.plot(sens_valid, var_expected[i], 'rgkb'[i], 129 pylab.plot(sens_valid, var_measured[i], 'rgkb'[i]+'.--',
|
/cts/apps/CameraITS/tools/ |
D | dng_noise_model.py | 135 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/ |
D | test_gyro_bias.py | 62 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/ |
D | HifiUltrasoundTestActivity.java | 221 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()
|
D | HifiUltrasoundSpeakerTestActivity.java | 262 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/ |
D | test_multi_camera_frame_sync.py | 85 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",
|
D | test_sensor_fusion.py | 235 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/ |
D | test_auto_per_frame_control.py | 112 pylab.plot(range(len(lumas)), lumas, '-g.', 114 pylab.plot(range(len(norm_gains)), norm_gains, '-r.',
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_reprocess_edge_enhancement.py | 162 pylab.plot(range(4), sharpness_regular, "-"+gr_color["none"]+"o") 192 pylab.plot(range(4), sharpnesses,
|