Home
last modified time | relevance | path

Searched refs:xs (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CameraITS/tests/scene0/
Dtest_gyro_bias.py53 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/
Dtest_post_raw_sensitivity_boost.py113 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')
Dtest_capture_result.py97 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/
DMatrix.cpp300 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/
DXmlTest.java375 XmlSerializer xs = Xml.newSerializer(); in testNewSerializer() local
376 assertNotNull(xs); in testNewSerializer()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrixTest.rs665 const float xs = 4.f;
676 rsMatrixScale(&m4, xs, ys, zs);