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.java347 if (!isReprocessSupported(id, format)) { in testReprocessingLatency()
376 if (!isReprocessSupported(id, format)) { in testReprocessingThroughput()
404 if (!isReprocessSupported(id, format)) { in testHighQualityReprocessingLatency()
433 if (!isReprocessSupported(id, format)) { in testHighQualityReprocessingThroughput()
460 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.java774 protected boolean isReprocessSupported(String cameraId, int format) in isReprocessSupported() method in Camera2SurfaceViewTestCase