Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DImageReaderSubPane.java417 imgBitmap = convertDepthToFalseColor(y16Buffer, w, h, stride, SCALE_FACTOR); in updateImage()
432 private Bitmap convertDepthToFalseColor(ShortBuffer depthBuffer, int w, int h, in convertDepthToFalseColor() method in ImageReaderSubPane
704 Bitmap rgbImage = convertDepthToFalseColor(y16Data, w, h, rowStride, /*scale*/ 1); in writeDepth16Image()