Searched refs:yShifts (Results 1 – 1 of 1) sorted by relevance
1333 float[] yShifts = getBase(CaptureResult.STATISTICS_OIS_Y_SHIFTS); in getOisSamples() local1340 if (yShifts != null) { in getOisSamples()1351 if (yShifts == null) { in getOisSamples()1361 if (yShifts.length != timestamps.length) { in getOisSamples()1364 yShifts.length)); in getOisSamples()1369 samples[i] = new OisSample(timestamps[i], xShifts[i], yShifts[i]); in getOisSamples()