Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DDepthImage.java33 private final Bitmap mDepthBitmap; field in DepthImage
49 mDepthBitmap = depthBitmap; in DepthImage()
171 return mDepthBitmap; in getDepthBitmap()
DXmpDepthDecode.java47 private final Bitmap mDepthBitmap; field in XmpDepthDecode
76 mDepthBitmap = BitmapFactory.decodeStream(new ByteArrayInputStream(data)); in XmpDepthDecode()
89 return mDepthBitmap; in getDepthBitmap()