Searched refs:yShifts (Results 1 – 1 of 1) sorted by relevance
1335 float[] yShifts = getBase(CaptureResult.STATISTICS_OIS_Y_SHIFTS); in getOisSamples() local1342 if (yShifts != null) { in getOisSamples()1353 if (yShifts == null) { in getOisSamples()1363 if (yShifts.length != timestamps.length) { in getOisSamples()1366 yShifts.length)); in getOisSamples()1371 samples[i] = new OisSample(timestamps[i], xShifts[i], yShifts[i]); in getOisSamples()