Searched refs:xShifts (Results 1 – 1 of 1) sorted by relevance
1405 float[] xShifts = getBase(CaptureResult.STATISTICS_OIS_X_SHIFTS); in getOisSamples() local1409 if (xShifts != null) { in getOisSamples()1420 if (xShifts == null) { in getOisSamples()1428 if (xShifts.length != timestamps.length) { in getOisSamples()1431 xShifts.length)); in getOisSamples()1442 samples[i] = new OisSample(timestamps[i], xShifts[i], yShifts[i]); in getOisSamples()