Searched refs:isReprocessSupported (Results 1 – 3 of 3) sorted by relevance
553 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()
1364 return isReprocessSupported(cameraId, ImageFormat.YUV_420_888); in isYuvReprocessSupported()1368 return isReprocessSupported(cameraId, ImageFormat.PRIVATE); in isOpaqueReprocessSupported()
806 protected boolean isReprocessSupported(String cameraId, int format) in isReprocessSupported() method in Camera2SurfaceViewTestCase