Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 18 of 18) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
DStandardDeviationVerificationTest.java46 float[] threshold = {2, 2, 4}; in testVerify() local
59 private void runVerification(float[] threshold, float[][] values, boolean pass, in runVerification()
82 private StandardDeviationVerification getVerification(float[] threshold, float[] ... values) { in getVerification()
DMagnitudeVerificationTest.java49 …private void runStats(float expected, float threshold, float[][] values, boolean pass, float magni… in runStats()
66 private MagnitudeVerification getVerification(float expected, float threshold, in getVerification()
DMeanVerificationTest.java43 float[] threshold = {0.1f, 0.1f, 0.1f}; in testVerify() local
92 private MeanVerification getVerification(float[] expected, float[] threshold, in getVerification()
DMeanVerification.java51 public MeanVerification(float[] expected, float[] threshold) { in MeanVerification()
68 float[] threshold = (float[]) DEFAULTS.get(sensorType)[1]; in getDefault() local
DMagnitudeVerification.java57 public MagnitudeVerification(float expected, float threshold) { in MagnitudeVerification()
74 Float threshold = DEFAULTS.get(sensorType)[1]; in getDefault() local
DJitterVerificationTest.java101 private JitterVerification getVerification(int threshold, long ... timestamps) { in getVerification()
DStandardDeviationVerification.java54 public StandardDeviationVerification(float[] threshold) { in StandardDeviationVerification()
DJitterVerification.java65 int threshold = DEFAULTS.get(sensorType, -1); in getDefault() local
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DSensorCalibratedUncalibratedVerifier.java43 float threshold) { in SensorCalibratedUncalibratedVerifier()
72 float threshold) { in verifyMeasurements()
109 float threshold) { in verifyCalibratedUncalibratedPair()
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DCompareUtils.java9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DInfrastructureTests.java60 final float threshold = 0.1f; in testRenderSpecIsolation() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DColorVerifier.java28 public ColorVerifier(int color, int threshold) { in ColorVerifier()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DPSNRComparer.java35 public PSNRComparer(float threshold) { in PSNRComparer()
DThresholdDifferenceComparer.java41 public ThresholdDifferenceComparer(int threshold) { in ThresholdDifferenceComparer()
DWeightedPixelDifference.java33 public WeightedPixelDifference(float threshold) { in WeightedPixelDifference()
DMSSIMComparer.java46 public MSSIMComparer(double threshold) { in MSSIMComparer()
/cts/hostsidetests/theme/src/android/theme/cts/
DComparisonTask.java98 … private static boolean compare(BufferedImage reference, BufferedImage generated, int threshold) { in compare()
/cts/tests/tests/display/src/android/display/cts/
DVirtualDisplayTest.java428 final int threshold = width * height / 4; in scanImage() local