Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DImageReaderSubPane.java433 int stride, int scale) { in convertDepthToFalseColor() argument
436 w = w / scale; in convertDepthToFalseColor()
437 h = h / scale; in convertDepthToFalseColor()
438 stride = stride * scale; in convertDepthToFalseColor()
443 for (int x = 0, i = 0; x < w; x++, i += scale, j++) { in convertDepthToFalseColor()