Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DDepthImage.java35 private final double mFocalDistance; field in DepthImage
51 mFocalDistance = focalDistance; in DepthImage()
117 return mFocalDistance; in getFocalDistance()
DXmpDepthDecode.java59 private final double mFocalDistance; field in XmpDepthDecode
89mFocalDistance = Double.parseDouble(meta.getPropertyString(XMP_FOCUS, "GFocus:FocalDistance")); in XmpDepthDecode()
121 return mFocalDistance; in getFocalDistance()