Searched refs:c (Results 1 – 2 of 2) sorted by relevance
194 CameraCharacteristics c = mCameraManager.getCameraCharacteristics(mCameraId); in minimalOpenCamera() local195 int[] caps = c.get(CameraCharacteristics.REQUEST_AVAILABLE_CAPABILITIES); in minimalOpenCamera()202 Set<String> physicalIds = c.getPhysicalCameraIds(); in minimalOpenCamera()
461 int c = (Integer) mCountSpinner.getSelectedItem(); in getOutputSurface() local465 mConfiguredCount != c) { in getOutputSurface()472 mReader = ImageReader.newInstance(s.getWidth(), s.getHeight(), f.imageFormat, c); in getOutputSurface()476 mConfiguredCount = c; in getOutputSurface()