Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DLensShadingMap.java75 if (elements.length != getGainFactorCount()) { in LensShadingMap()
76 throw new IllegalArgumentException("elements must be " + getGainFactorCount() + in LensShadingMap()
104 public int getGainFactorCount() { in getGainFactorCount() method in LensShadingMap
207 if (destination.length + offset < getGainFactorCount()) { in copyGainFactors()
211 System.arraycopy(mElements, /*srcPos*/0, destination, offset, getGainFactorCount()); in copyGainFactors()
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java1044 float[] lsmArray = new float[lensShadingMap.getGainFactorCount()]; in setLensShadingMap()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt19352 method public int getGainFactorCount();