Searched refs:isReprocessSupported (Results 1 – 3 of 3) sorted by relevance
680 if (!isReprocessSupported(id, format)) { in testReprocessingLatency()710 if (!isReprocessSupported(id, format)) { in testReprocessingThroughput()739 if (!isReprocessSupported(id, format)) { in testHighQualityReprocessingLatency()769 if (!isReprocessSupported(id, format)) { in testHighQualityReprocessingThroughput()797 if (!isReprocessSupported(id, format)) { in testReprocessingCaptureStall()1283 private boolean isReprocessSupported(String cameraId, int format) in isReprocessSupported() method in PerformanceTest
1438 return isReprocessSupported(cameraId, ImageFormat.YUV_420_888); in isYuvReprocessSupported()1442 return isReprocessSupported(cameraId, ImageFormat.PRIVATE); in isOpaqueReprocessSupported()
869 protected boolean isReprocessSupported(String cameraId, int format) in isReprocessSupported() method in Camera2SurfaceViewTestCase