Searched refs:getOutputSizes (Results 1 – 10 of 10) sorted by relevance
317 public @Nullable Set<Size> getOutputSizes(@Format int format) { in getOutputSizes() method in RecommendedStreamConfigurationMap318 return getUnmodifiableSizeSet(mRecommendedMap.getOutputSizes(format)); in getOutputSizes()455 public @Nullable <T> Set<Size> getOutputSizes(@NonNull Class<T> klass) { in getOutputSizes() method in RecommendedStreamConfigurationMap457 return getUnmodifiableSizeSet(mRecommendedMap.getOutputSizes(klass)); in getOutputSizes()
688 public <T> Size[] getOutputSizes(Class<T> klass) { in getOutputSizes() method in StreamConfigurationMap720 public Size[] getOutputSizes(int format) { in getOutputSizes() method in StreamConfigurationMap1842 Size[] sizes = getOutputSizes(format); in appendOutputsString()
1654 getMaxSize(mStreamConfigMap.getOutputSizes(template.mFormat))); in getAvailableMandatoryConcurrentStreamCombinations()1780 mStreamConfigMap.getOutputSizes(ImageFormat.RAW_SENSOR); in createUHSensorMandatoryStreamCombination()1802 Size [] outputSizes = sm.getOutputSizes(formatChosen); in createUHSensorMandatoryStreamCombination()1994 Size[] rawSizes = mStreamConfigMap.getOutputSizes(ImageFormat.RAW_SENSOR); in generateAvailableCombinations()2117 Size[] sizes = mStreamConfigMap.getOutputSizes(format); in enumerateAvailableSizes()2395 Size[] videoSizeArr = mStreamConfigMap.getOutputSizes( in getMaxCameraRecordingSize()
248 Arrays.asList(info.getOutputSizes(ImageFormat.JPEG)),264 info.getOutputSizes(SurfaceHolder.class), width, height);
206 Size[] supportedSizes = streamMap.getOutputSizes(format); in generateSupportedSizes()217 streamMap.getOutputSizes(ImageFormat.YUV_420_888))) : new HashSet<>(extensionSizes); in generateJpegSupportedSizes()218 HashSet<Size> supportedJpegSizes = new HashSet<>(Arrays.asList(streamMap.getOutputSizes( in generateJpegSupportedSizes()
1326 sizes = configMap.getOutputSizes(IMPLEMENTATION_DEFINED_OUTPUT_CLASS); in checkStreamConfigurationMapByFormatSize()1330 sizes = configMap.getOutputSizes(format); in checkStreamConfigurationMapByFormatSize()
1001 Size[] availableSizes = configMap.getOutputSizes(format); in getSupportedSizeForFormat()1030 Size[] availableSizes = configMap.getOutputSizes(klass); in getSupportedSizeForClass()
1377 fastSizeList = config.getOutputSizes(format); in getAvailableSizesForFormatChecked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
19465 method @Nullable public java.util.Set<android.util.Size> getOutputSizes(int);19466 method @Nullable public <T> java.util.Set<android.util.Size> getOutputSizes(@NonNull Class<T>);19529 method public <T> android.util.Size[] getOutputSizes(Class<T>);19530 method public android.util.Size[] getOutputSizes(int);