Searched refs:captureSz (Results 1 – 3 of 3) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ImageReaderTest.java | 1095 for (Size captureSz : targetCaptureSizes) { in testAllOutputYUVResolutions() 1097 Log.v(TAG, "Testing yuv size " + captureSz + " and jpeg size " in testAllOutputYUVResolutions() 1106 yuvReader = createImageReader(captureSz, format, MAX_NUM_IMAGES, in testAllOutputYUVResolutions() 1128 if (captureSz.getWidth() > maxPreviewSize.getWidth() || in testAllOutputYUVResolutions() 1129 captureSz.getHeight() > maxPreviewSize.getHeight()) { in testAllOutputYUVResolutions() 1130 Log.v(TAG, "Skip testing {yuv:" + captureSz in testAllOutputYUVResolutions() 1137 } else if (captureSz.equals(QCIF) && in testAllOutputYUVResolutions() 1140 Log.v(TAG, "Skip testing {yuv:" + captureSz in testAllOutputYUVResolutions() 1148 maxJpegSize + ", yuv: " + captureSz + "}"); in testAllOutputYUVResolutions() 1186 CameraTestUtils.validateImage(yuvImage, captureSz.getWidth(), in testAllOutputYUVResolutions() [all …]
|
D | PerformanceTest.java | 1886 CaptureRequest.Builder stillBuilder, Size previewSz, Size captureSz, int format, 1890 if ((captureSz == null) || (imageListener == null)) { 1896 captureSz.toString(), previewSz.toString())); 1903 mTestRule.createDefaultImageReader(captureSz, format, maxNumImages, imageListener);
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2SurfaceViewTestCase.java | 751 CaptureRequest.Builder stillRequest, Size previewSz, Size captureSz, int format, in prepareCaptureAndStartPreview() argument 754 prepareCaptureAndStartPreview(previewRequest, stillRequest, previewSz, captureSz, in prepareCaptureAndStartPreview() 772 CaptureRequest.Builder stillRequest, Size previewSz, Size captureSz, int format, in prepareCaptureAndStartPreview() argument 777 captureSz.toString(), previewSz.toString())); in prepareCaptureAndStartPreview() 784 createImageReader(captureSz, format, maxNumImages, imageListener); in prepareCaptureAndStartPreview()
|