Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DDepthImage.java37 private final double mFocalPointX; field in DepthImage
53 mFocalPointX = focalPointX; in DepthImage()
199 return mFocalPointX; in getFocalPointX()
DXmpDepthDecode.java51 private final double mFocalPointX; field in XmpDepthDecode
81mFocalPointX = Double.parseDouble(meta.getPropertyString(XMP_FOCUS, "GFocus:FocalPointX")); in XmpDepthDecode()
117 return mFocalPointX; in getFocalPointX()