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