Searched refs:xShifts (Results 1 – 1 of 1) sorted by relevance
1332 float[] xShifts = getBase(CaptureResult.STATISTICS_OIS_X_SHIFTS); in getOisSamples() local1336 if (xShifts != null) { in getOisSamples()1347 if (xShifts == null) { in getOisSamples()1355 if (xShifts.length != timestamps.length) { in getOisSamples()1358 xShifts.length)); in getOisSamples()1369 samples[i] = new OisSample(timestamps[i], xShifts[i], yShifts[i]); in getOisSamples()