Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DDepthImage.java33 private final Bitmap mDepthBitmap; field in DepthImage
49 mDepthBitmap = depthBitmap; in DepthImage()
95 return mDepthBitmap; in getDepthBitmap()
DXmpDepthDecode.java57 private final Bitmap mDepthBitmap; field in XmpDepthDecode
86 mDepthBitmap = BitmapFactory.decodeStream(new ByteArrayInputStream(data)); in XmpDepthDecode()
99 return mDepthBitmap; in getDepthBitmap()