Searched refs:getGainFactorCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
H A DLensShadingMap.java67 if (elements.length != getGainFactorCount()) {
68 throw new IllegalArgumentException("elements must be " + getGainFactorCount() +
96 public int getGainFactorCount() { method in class:LensShadingMap
199 if (destination.length + offset < getGainFactorCount()) {
203 System.arraycopy(mElements, /*srcPos*/0, destination, offset, getGainFactorCount());

Completed in 46 milliseconds