Searched refs:captureSz (Results 1 – 2 of 2) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ImageReaderTest.java | 550 for (Size captureSz : targetCaptureSizes) { in testAllOutputYUVResolutions() 552 Log.v(TAG, "Testing yuv size " + captureSz + " and jpeg size " in testAllOutputYUVResolutions() 561 yuvReader = createImageReader(captureSz, format, MAX_NUM_IMAGES, in testAllOutputYUVResolutions() 583 if (captureSz.getWidth() > maxPreviewSize.getWidth() || in testAllOutputYUVResolutions() 584 captureSz.getHeight() > maxPreviewSize.getHeight()) { in testAllOutputYUVResolutions() 585 Log.v(TAG, "Skip testing {yuv:" + captureSz in testAllOutputYUVResolutions() 592 } else if (captureSz.equals(QCIF) && in testAllOutputYUVResolutions() 595 Log.v(TAG, "Skip testing {yuv:" + captureSz in testAllOutputYUVResolutions() 603 maxJpegSize + ", yuv: " + captureSz + "}"); in testAllOutputYUVResolutions() 641 CameraTestUtils.validateImage(yuvImage, captureSz.getWidth(), in testAllOutputYUVResolutions() [all …]
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2SurfaceViewTestCase.java | 750 CaptureRequest.Builder stillRequest, Size previewSz, Size captureSz, int format, in prepareCaptureAndStartPreview() argument 753 prepareCaptureAndStartPreview(previewRequest, stillRequest, previewSz, captureSz, in prepareCaptureAndStartPreview() 771 CaptureRequest.Builder stillRequest, Size previewSz, Size captureSz, int format, in prepareCaptureAndStartPreview() argument 776 captureSz.toString(), previewSz.toString())); in prepareCaptureAndStartPreview() 783 createImageReader(captureSz, format, maxNumImages, imageListener); in prepareCaptureAndStartPreview()
|