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

/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DDepthImage.java28 private final double mFocalPointY; field in class:DepthImage
41 mFocalPointY = decode.getFocalPointY();
79 return mFocalPointY;
H A DXmpDepthDecode.java52 private final double mFocalPointY; field in class:XmpDepthDecode
82 mFocalPointY = Double.parseDouble(meta.getPropertyString(XMP_FOCUS, "GFocus:FocalPointY"));
121 return mFocalPointY;

Completed in 143 milliseconds