Searched refs:xShifts (Results 1 – 1 of 1) sorted by relevance
1753 float[] xShifts = getBase(CaptureResult.STATISTICS_OIS_X_SHIFTS); in getOisSamples() local1757 if (xShifts != null) { in getOisSamples()1768 if (xShifts == null) { in getOisSamples()1776 if (xShifts.length != timestamps.length) { in getOisSamples()1779 xShifts.length)); in getOisSamples()1790 samples[i] = new OisSample(timestamps[i], xShifts[i], yShifts[i]); in getOisSamples()