Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DImageReaderSubPane.java434 short[] yRow = new short[w]; in convertDepthToFalseColor() local
442 depthBuffer.get(yRow); in convertDepthToFalseColor()
444 short y16 = yRow[i]; in convertDepthToFalseColor()