Searched refs:captureSize (Results 1 – 8 of 8) sorted by relevance
472 int captureSize = getCaptureSize(); in getWaveForm() local473 if (captureSize > waveform.length) { in getWaveForm()476 + captureSize + " bytes")); in getWaveForm()
132 Size captureSize = new Size(surfaceInfo.mWidth, surfaceInfo.mHeight); in getBurstCaptureSurface() local134 if (supportedCaptureSizes.get(surfaceInfo.mFormat).contains(captureSize)) { in getBurstCaptureSurface()
308 Size captureSize = new Size(captureSurfaceInfo.mWidth, captureSurfaceInfo.mHeight); in initializeRepeatingRequestPipeline() local309 Size previewSize = findSmallestAspectMatchedSize(mSupportedPreviewSizes, captureSize); in initializeRepeatingRequestPipeline()
35 @nullable List<SizeList> getSupportedPostviewResolutions(in Size captureSize); in getSupportedPostviewResolutions() argument
45 @nullable List<SizeList> getSupportedPostviewResolutions(in Size captureSize); in getSupportedPostviewResolutions() argument
289 int captureSize = callbackArg.getAllValues().size(); in setupNetworkController() local290 assertTrue(captureSize > 1); in setupNetworkController()291 assertEquals(captureSize % 2, 0); in setupNetworkController()292 mDefaultCallbackInWifiTracker = callbackArg.getAllValues().get(captureSize - 2); in setupNetworkController()293 mDefaultCallbackInNetworkController = callbackArg.getAllValues().get(captureSize - 1); in setupNetworkController()
684 @NonNull Size captureSize, int format) { in getPostviewSupportedSizes() argument698 sz.width = captureSize.getWidth(); in getPostviewSupportedSizes()699 sz.height = captureSize.getHeight(); in getPostviewSupportedSizes()
819 android.hardware.camera2.extension.Size captureSize) { in getSupportedPostviewResolutions() argument820 Size sz = new Size(captureSize.width, captureSize.height); in getSupportedPostviewResolutions()1743 android.hardware.camera2.extension.Size captureSize) { in getSupportedPostviewResolutions() argument1745 Size sz = new Size(captureSize.width, captureSize.height); in getSupportedPostviewResolutions()