Searched refs:xShifts (Results 1 – 1 of 1) sorted by relevance
1334 float[] xShifts = getBase(CaptureResult.STATISTICS_OIS_X_SHIFTS); in getOisSamples() local1338 if (xShifts != null) { in getOisSamples()1349 if (xShifts == null) { in getOisSamples()1357 if (xShifts.length != timestamps.length) { in getOisSamples()1360 xShifts.length)); in getOisSamples()1371 samples[i] = new OisSample(timestamps[i], xShifts[i], yShifts[i]); in getOisSamples()