Home
last modified time | relevance | path

Searched refs:captureSize (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DVisualizerTest.java270 int captureSize = mVisualizer.getCaptureSize(); in test2_2IllegalCaptureSize() local
271 if (captureSize <= 0) { in test2_2IllegalCaptureSize()
275 byte[] data = new byte[captureSize - 1]; in test2_2IllegalCaptureSize()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java3482 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);