Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DDepthImage.java37 private final double mFocalPointX; field in DepthImage
53 mFocalPointX = focalPointX; in DepthImage()
123 return mFocalPointX; in getFocalPointX()
DXmpDepthDecode.java61 private final double mFocalPointX; field in XmpDepthDecode
91mFocalPointX = Double.parseDouble(meta.getPropertyString(XMP_FOCUS, "GFocus:FocalPointX")); in XmpDepthDecode()
127 return mFocalPointX; in getFocalPointX()