Searched refs:LENS_INFO_SHADING_MAP_SIZE (Results 1 – 4 of 4) sorted by relevance
294 result.set(CameraCharacteristics.LENS_INFO_SHADING_MAP_SIZE, in onResultReceived()295 mCharacteristics.get(CameraCharacteristics.LENS_INFO_SHADING_MAP_SIZE)); in onResultReceived()
1929 result.set(CameraCharacteristics.LENS_INFO_SHADING_MAP_SIZE, in onResultReceived()1930 getCharacteristics().get(CameraCharacteristics.LENS_INFO_SHADING_MAP_SIZE)); in onResultReceived()
917 Size s = get(CameraCharacteristics.LENS_INFO_SHADING_MAP_SIZE); in getLensShadingMap()
1451 public static final Key<android.util.Size> LENS_INFO_SHADING_MAP_SIZE = field in CameraCharacteristics