Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackImageAnalyzer.java134 final Pair<Integer, Integer> durationBounds = getBounds(horizontal, horizontalStart, -1); in analyzeImage() local
135 if (!boundsWithinRange(durationBounds, 0, width)) { in analyzeImage()
142 projectPixelsToYAxis(img, targetColors, vertical, height, durationBounds); in analyzeImage()
145 if (!boundsWithinRange(durationBounds, 0, height)) { in analyzeImage()
152 final int durationLeft = durationBounds.first.intValue(); in analyzeImage()
153 final int durationRight = durationBounds.second.intValue(); in analyzeImage()