Searched refs:supportedCaptureSizes (Results 1 – 3 of 3) sorted by relevance
99 @NonNull HashMap<Integer, List<Size>> supportedCaptureSizes) { in getBurstCaptureSurface() argument105 if (supportedCaptureSizes.containsKey(supportedFormat)) { in getBurstCaptureSurface()106 if (supportedCaptureSizes.get(surfaceInfo.mFormat).contains(captureSize)) { in getBurstCaptureSurface()
142 HashMap<Integer, List<Size>> supportedCaptureSizes = new HashMap<>(); in createCameraAdvancedExtensionSession() local147 supportedCaptureSizes.put(format, supportedSizes); in createCameraAdvancedExtensionSession()151 config.getOutputConfigurations(), supportedCaptureSizes); in createCameraAdvancedExtensionSession()
160 HashMap<Integer, List<Size>> supportedCaptureSizes = new HashMap<>(); in createCameraExtensionSession() local165 supportedCaptureSizes.put(format, supportedSizes); in createCameraExtensionSession()169 config.getOutputConfigurations(), supportedCaptureSizes); in createCameraExtensionSession()