Searched refs:captureSize (Results 1 – 2 of 2) sorted by relevance
270 int captureSize = mVisualizer.getCaptureSize(); in test2_2IllegalCaptureSize() local271 if (captureSize <= 0) { in test2_2IllegalCaptureSize()275 byte[] data = new byte[captureSize - 1]; in test2_2IllegalCaptureSize()
3482 private Size pickPreviewResolution(Size captureSize, int extension) {3483 int captureWidth = captureSize.getWidth();3484 int captureHeight = captureSize.getHeight();3490 if (outputSizes == null || !Arrays.asList(outputSizes).contains(captureSize)) {3524 Size captureSize = null;3528 captureSize = new Size(captureWidth, captureHeight);3529 Log.i(TAG, "Capture size: " + captureSize);3534 Size previewSize = pickPreviewResolution(captureSize, extension);