Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DDepthImage.java38 private final double mFocalPointY; field in DepthImage
54 mFocalPointY = focalPointY; in DepthImage()
203 return mFocalPointY; in getFocalPointY()
DXmpDepthDecode.java52 private final double mFocalPointY; field in XmpDepthDecode
82mFocalPointY = Double.parseDouble(meta.getPropertyString(XMP_FOCUS, "GFocus:FocalPointY")); in XmpDepthDecode()
121 return mFocalPointY; in getFocalPointY()