Searched refs:hist (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicHistogram.java | 100 ScriptIntrinsicHistogram hist = in testNorm() local 102 hist.setOutput(mAout); in testNorm() 103 hist.forEach(mAin, makeClipper(x1, y1, x2, y2)); in testNorm() 111 hist.destroy(); in testNorm() 226 ScriptIntrinsicHistogram hist = in testDot() local 228 hist.setOutput(mAout); in testDot() 229 hist.setDotCoefficients(dotVals[0], dotVals[1], dotVals[2], dotVals[3]); in testDot() 230 hist.forEach_Dot(mAin, makeClipper(x1, y1, x2, y2)); in testDot() 238 hist.destroy(); in testDot()
|
/cts/apps/CameraITS/tests/inprog/ |
D | test_param_black_level_lock.py | 58 hist,_ = numpy.histogram(yimg*255, 256, (0,256)) 59 modes.append(numpy.argmax(hist)) 63 pylab.plot(range(16), hist.tolist()[:16])
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | BitmapUtils.java | 42 ScriptIntrinsicHistogram hist = ScriptIntrinsicHistogram.create(rs, Element.U8_4(rs)); in calcHistograms() local 48 hist.setOutput(sums); in calcHistograms() 49 hist.forEach(input); in calcHistograms()
|
/cts/apps/CameraITS/tests/ |
D | tutorial.py | 167 hist,_ = numpy.histogram(yimg*255, 256, (0,256)) 170 pylab.plot(range(256), hist.tolist())
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | NetstatsIncidentTest.java | 350 final NetworkStatsHistoryProto hist = stats.getHistory(); in checkStats() local 352 assertPositive("duration", hist.getBucketDurationMs()); in checkStats() 355 final long minInterval = hist.getBucketDurationMs() - (60 * 60 * 1000); in checkStats() 358 for (NetworkStatsHistoryBucketProto bucket : hist.getBucketsList()) { in checkStats()
|