Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraGPURecordingTest.java139 Size snapshotSize = mOrderedStillSizes.get(0); in captureGpuEncoderPath() local
141 createDefaultImageReader(snapshotSize, ImageFormat.JPEG, 1, imageListener); in captureGpuEncoderPath()
199 CameraTestUtils.validateImage(image, snapshotSize.getWidth(), in captureGpuEncoderPath()
200 snapshotSize.getHeight(), ImageFormat.JPEG, /*filePath*/null); in captureGpuEncoderPath()