Searched refs:isReprocessSupported (Results 1 – 3 of 3) sorted by relevance
723 if (!isReprocessSupported(id, format)) { in testReprocessingLatency()754 if (!isReprocessSupported(id, format)) { in testReprocessingThroughput()784 if (!isReprocessSupported(id, format)) { in testHighQualityReprocessingLatency()815 if (!isReprocessSupported(id, format)) { in testHighQualityReprocessingThroughput()844 if (!isReprocessSupported(id, format)) { in testReprocessingCaptureStall()1373 private boolean isReprocessSupported(String cameraId, int format) in isReprocessSupported() method in PerformanceTest
1517 return isReprocessSupported(cameraId, ImageFormat.YUV_420_888); in isYuvReprocessSupported()1521 return isReprocessSupported(cameraId, ImageFormat.PRIVATE); in isOpaqueReprocessSupported()
857 protected boolean isReprocessSupported(String cameraId, int format) in isReprocessSupported() method in Camera2SurfaceViewTestCase