Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DImageReaderSubPane.java444 short y16 = yRow[i]; in convertDepthToFalseColor() local
445 int r = y16 & 0x00FF; in convertDepthToFalseColor()
446 int g = (y16 >> 8) & 0x00FF; in convertDepthToFalseColor()