/cts/apps/CameraITS/tests/inprog/ |
D | test_blc_lsc.py | 91 pylab.plot(exposures, r_means_center, 'r') 92 pylab.plot(exposures, g_means_center, 'g') 93 pylab.plot(exposures, b_means_center, 'b') 98 pylab.plot(exposures, r_means_corner, 'r') 99 pylab.plot(exposures, g_means_corner, 'g') 100 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_param_exposure_time.py | 55 pylab.plot(exp_times, r_means, 'r') 56 pylab.plot(exp_times, g_means, 'g') 57 pylab.plot(exp_times, b_means, 'b')
|
D | test_param_sensitivity.py | 60 pylab.plot(sensitivities, r_means, 'r') 61 pylab.plot(sensitivities, g_means, 'g') 62 pylab.plot(sensitivities, b_means, 'b')
|
D | test_black_white.py | 72 pylab.plot([0,1], r_means, 'r') 73 pylab.plot([0,1], g_means, 'g') 74 pylab.plot([0,1], b_means, 'b')
|
D | test_param_color_correction.py | 86 pylab.plot(domain, r_means, 'r') 87 pylab.plot(domain, g_means, 'g') 88 pylab.plot(domain, b_means, 'b')
|
D | test_exposure.py | 76 pylab.plot(mults, r_means, 'r') 77 pylab.plot(mults, g_means, 'g') 78 pylab.plot(mults, b_means, 'b')
|
D | test_linearity.py | 84 pylab.plot(sensitivities, r_means, 'r') 85 pylab.plot(sensitivities, g_means, 'g') 86 pylab.plot(sensitivities, b_means, 'b')
|
D | test_latching.py | 76 pylab.plot(idxs, r_means, 'r') 77 pylab.plot(idxs, g_means, 'g') 78 pylab.plot(idxs, b_means, 'b')
|
D | test_param_shading_mode.py | 96 pylab.plot(range(num_map_gains), shading_maps[mode][i], 'r') 97 pylab.plot(range(num_map_gains), reference_maps[mode], 'g')
|
D | test_ev_compensation_advanced.py | 75 pylab.plot(ev_steps, lumas, 'r') 76 pylab.plot(ev_steps, expected_lumas, 'b')
|
D | test_dng_noise_model.py | 94 pylab.plot(sensitivities, var_expected[ch], "rgkb"[ch], 96 pylab.plot(sensitivities, var_measured[ch], "rgkb"[ch]+"--",
|
D | test_ev_compensation_basic.py | 55 pylab.plot(evs, lumas, 'r')
|
D | test_raw_sensitivity.py | 69 pylab.plot(range(len(variances)), variances)
|
D | test_raw_burst_sensitivity.py | 76 pylab.plot(range(len(variances)), variances)
|
/cts/apps/CameraITS/tests/scene0/ |
D | test_gyro_bias.py | 64 pylab.plot(times, xs, 'r', label="x") 65 pylab.plot(times, ys, 'g', label="y") 66 pylab.plot(times, zs, 'b', label="z")
|
D | test_jitter.py | 55 pylab.plot(range(len(deltas_ms)), deltas_ms)
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | HifiUltrasoundTestActivity.java | 217 XYPlot plot = (XYPlot) popupView.findViewById(R.id.responseChart); in plotResponse() local 218 plot.setDomainStep(XYStepMode.INCREMENT_BY_VAL, 2000); in plotResponse() 241 plot.addSeries(series, seriesFormat); in plotResponse() 258 plot.addSeries(noiseSeries, noiseSeriesFormat); in plotResponse() 274 plot.addSeries(series, seriesFormat); in plotResponse() 284 plot.addSeries(passSeries, passSeriesFormat); in plotResponse()
|
D | HifiUltrasoundSpeakerTestActivity.java | 256 XYPlot plot = (XYPlot) popupView.findViewById(R.id.responseChart); in plotResponse() local 257 plot.setDomainStep(XYStepMode.INCREMENT_BY_VAL, 2000); in plotResponse() 280 plot.addSeries(series, seriesFormat); in plotResponse() 297 plot.addSeries(noiseSeries, noiseSeriesFormat); in plotResponse() 313 plot.addSeries(series, seriesFormat); in plotResponse() 323 plot.addSeries(passSeries, passSeriesFormat); in plotResponse()
|
/cts/apps/CameraITS/tests/sensor_fusion/ |
D | test_sensor_fusion.py | 166 pylab.plot(candidates, dists, 'r', label="data") 167 pylab.plot(xfit, yfit, 'b', label="fit") 168 pylab.plot([exact_best_shift+x for x in [-0.1,0,0.1]], [0,0.01,0], 'b') 187 pylab.plot(range(len(cam_rots)), cam_rots, 'r', label="camera") 188 pylab.plot(range(len(gyro_rots)), gyro_rots, 'b', label="gyro")
|
/cts/suite/cts/utils/ |
D | grapher.py | 70 ax.plot(x, y, 'o-', label=lbl, color=clr)
|
/cts/apps/CameraITS/tests/dng_noise_model/ |
D | dng_noise_model.py | 166 plt_s.plot(means_e, vars_e, colors[b%len(colors)] + ',') 178 plt_s.plot([0, max_signal_level], [O, O + S*max_signal_level], 'r-', 249 plt_s.plot([0, max_signal_level], [O, O + S*max_signal_level], 'b-',
|
/cts/suite/audio_quality/test_description/processing/ |
D | gen_random.py | 99 plt.plot(result)
|
/cts/apps/CameraITS/tests/ |
D | tutorial.py | 170 pylab.plot(range(256), hist.tolist())
|