Searched refs:xs (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CameraITS/tests/scene0/ |
D | test_gyro_bias.py | 53 xs = numpy.array([e["x"] for e in gyro_events]) 60 xs = xs.reshape(nevents/N, N).mean(1) 64 pylab.plot(times, xs, 'r', label="x") 72 for samples in [xs,ys,zs]:
|
/cts/apps/CameraITS/tests/scene1/ |
D | test_post_raw_sensitivity_boost.py | 113 xs = range(len(reqs)) 114 pylab.plot(xs, [rgb[0] for rgb in raw_rgb_means], 'r') 115 pylab.plot(xs, [rgb[1] for rgb in raw_rgb_means], 'g') 116 pylab.plot(xs, [rgb[2] for rgb in raw_rgb_means], 'b') 120 pylab.plot(xs, [rgb[0] for rgb in yuv_rgb_means], 'r') 121 pylab.plot(xs, [rgb[1] for rgb in yuv_rgb_means], 'g') 122 pylab.plot(xs, [rgb[2] for rgb in yuv_rgb_means], 'b')
|
D | test_capture_result.py | 97 xs = numpy.array([range(w_map)] * h_map).reshape(h_map, w_map) 101 ax.plot_wireframe(xs, ys, zs)
|
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.cpp | 300 float xs = x * s; in newRotate() local 308 d[9] = yz * nc - xs; in newRotate() 310 d[6] = yz * nc + xs; in newRotate()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | XmlTest.java | 375 XmlSerializer xs = Xml.newSerializer(); in testNewSerializer() local 376 assertNotNull(xs); in testNewSerializer()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | MatrixTest.rs | 665 const float xs = 4.f; 676 rsMatrixScale(&m4, xs, ys, zs);
|