Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DImageReaderTest.java318 for (Size captureSz : targetCaptureSizes) { in testAllOutputYUVResolutions()
320 Log.v(TAG, "Testing yuv size " + captureSz + " and jpeg size " in testAllOutputYUVResolutions()
329 yuvReader = createImageReader(captureSz, format, MAX_NUM_IMAGES, in testAllOutputYUVResolutions()
380 CameraTestUtils.validateImage(yuvImage, captureSz.getWidth(), in testAllOutputYUVResolutions()
381 captureSz.getHeight(), format, /*filePath*/null); in testAllOutputYUVResolutions()
432 Log.i(TAG, "Difference for resolution " + captureSz + " is: " + in testAllOutputYUVResolutions()
437 String jpegFileName = DEBUG_FILE_NAME_BASE + "/" + captureSz + in testAllOutputYUVResolutions()
441 captureSz + "_full_jpeg.jpg"; in testAllOutputYUVResolutions()
443 String yuvFileName = DEBUG_FILE_NAME_BASE + "/" + captureSz + in testAllOutputYUVResolutions()
447 captureSz + "_full_yuv.jpg"; in testAllOutputYUVResolutions()
[all …]
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
DCamera2SurfaceViewTestCase.java639 CaptureRequest.Builder stillRequest, Size previewSz, Size captureSz, int format, in prepareCaptureAndStartPreview() argument
644 captureSz.toString(), previewSz.toString())); in prepareCaptureAndStartPreview()
651 createImageReader(captureSz, format, maxNumImages, imageListener); in prepareCaptureAndStartPreview()