Searched refs:yShifts (Results 1 – 1 of 1) sorted by relevance
1406 float[] yShifts = getBase(CaptureResult.STATISTICS_OIS_Y_SHIFTS); in getOisSamples() local1413 if (yShifts != null) { in getOisSamples()1424 if (yShifts == null) { in getOisSamples()1434 if (yShifts.length != timestamps.length) { in getOisSamples()1437 yShifts.length)); in getOisSamples()1442 samples[i] = new OisSample(timestamps[i], xShifts[i], yShifts[i]); in getOisSamples()