Home
last modified time | relevance | path

Searched refs:bestMatchBorderCrop (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTest.java283 + difference.bestMatchBorderCrop.first + ", " in validateResult()
284 + difference.bestMatchBorderCrop.second + "), " in validateResult()
DDecodeAccuracyTestBase.java2024 minDiff.bestMatchBorderCrop = borderCrop; in computeMinimumDifference()
2061 public Pair<Double, Double> bestMatchBorderCrop; field in BitmapCompare.Difference
2077 Pair<Double, Double> bestMatchBorderCrop) { in Difference() argument
2080 this.bestMatchBorderCrop = bestMatchBorderCrop; in Difference()