Searched refs:captureSz (Results 1 – 3 of 3) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ImageReaderTest.java | 489 for (Size captureSz : targetCaptureSizes) { in testAllOutputYUVResolutions() 491 Log.v(TAG, "Testing yuv size " + captureSz + " and jpeg size " in testAllOutputYUVResolutions() 500 yuvReader = createImageReader(captureSz, format, MAX_NUM_IMAGES, in testAllOutputYUVResolutions() 522 if (captureSz.getWidth() > maxPreviewSize.getWidth() || in testAllOutputYUVResolutions() 523 captureSz.getHeight() > maxPreviewSize.getHeight()) { in testAllOutputYUVResolutions() 524 Log.v(TAG, "Skip testing {yuv:" + captureSz in testAllOutputYUVResolutions() 531 } else if (captureSz.equals(QCIF) && in testAllOutputYUVResolutions() 534 Log.v(TAG, "Skip testing {yuv:" + captureSz in testAllOutputYUVResolutions() 542 maxJpegSize + ", yuv: " + captureSz + "}"); in testAllOutputYUVResolutions() 580 CameraTestUtils.validateImage(yuvImage, captureSz.getWidth(), in testAllOutputYUVResolutions() [all …]
|
D | PerformanceTest.java | 1214 CaptureRequest.Builder stillRequest, Size previewSz, Size captureSz, int format, in prepareCaptureAndStartPreview() argument 1217 if ((captureSz == null) || (imageListener == null)) { in prepareCaptureAndStartPreview() 1223 captureSz.toString(), previewSz.toString())); in prepareCaptureAndStartPreview() 1230 createDefaultImageReader(captureSz, format, maxNumImages, imageListener); in prepareCaptureAndStartPreview()
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2SurfaceViewTestCase.java | 754 CaptureRequest.Builder stillRequest, Size previewSz, Size captureSz, int format, in prepareCaptureAndStartPreview() argument 757 prepareCaptureAndStartPreview(previewRequest, stillRequest, previewSz, captureSz, in prepareCaptureAndStartPreview() 775 CaptureRequest.Builder stillRequest, Size previewSz, Size captureSz, int format, in prepareCaptureAndStartPreview() argument 780 captureSz.toString(), previewSz.toString())); in prepareCaptureAndStartPreview() 787 createImageReader(captureSz, format, maxNumImages, imageListener); in prepareCaptureAndStartPreview()
|