Searched refs:isReprocessSupported (Results 1 – 3 of 3) sorted by relevance
769 if (!isReprocessSupported(id, format)) { in testReprocessingLatency()800 if (!isReprocessSupported(id, format)) { in testReprocessingThroughput()830 if (!isReprocessSupported(id, format)) { in testHighQualityReprocessingLatency()861 if (!isReprocessSupported(id, format)) { in testHighQualityReprocessingThroughput()890 if (!isReprocessSupported(id, format)) { in testReprocessingCaptureStall()1958 private boolean isReprocessSupported(String cameraId, int format)
1518 return isReprocessSupported(cameraId, ImageFormat.YUV_420_888); in isYuvReprocessSupported()1522 return isReprocessSupported(cameraId, ImageFormat.PRIVATE); in isOpaqueReprocessSupported()
858 protected boolean isReprocessSupported(String cameraId, int format) in isReprocessSupported() method in Camera2SurfaceViewTestCase