Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java553 if (!isReprocessSupported(id, format)) { in testReprocessingLatency()
582 if (!isReprocessSupported(id, format)) { in testReprocessingThroughput()
610 if (!isReprocessSupported(id, format)) { in testHighQualityReprocessingLatency()
639 if (!isReprocessSupported(id, format)) { in testHighQualityReprocessingThroughput()
666 if (!isReprocessSupported(id, format)) { in testReprocessingCaptureStall()
DReprocessCaptureTest.java1364 return isReprocessSupported(cameraId, ImageFormat.YUV_420_888); in isYuvReprocessSupported()
1368 return isReprocessSupported(cameraId, ImageFormat.PRIVATE); in isOpaqueReprocessSupported()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2SurfaceViewTestCase.java806 protected boolean isReprocessSupported(String cameraId, int format) in isReprocessSupported() method in Camera2SurfaceViewTestCase