Searched refs:isYuvReprocessSupported (Results 1 – 1 of 1) sorted by relevance
108 if (!isYuvReprocessSupported(id)) { in testBasicYuvToJpegReprocessing()151 if (!isYuvReprocessSupported(id) && !isOpaqueReprocessSupported(id)) { in testReprocessingSizeFormatWithPreview()179 if (!isYuvReprocessSupported(id) && !isOpaqueReprocessSupported(id)) { in testMixedBurstReprocessing()1114 private boolean isYuvReprocessSupported(String cameraId) throws Exception { in isYuvReprocessSupported() method in Camera2ReprocessCaptureTest