Searched refs:waiverKeys (Results 1 – 1 of 1) sorted by relevance
392 List<CaptureResult.Key<?>> waiverKeys = getWaiverKeysForCamera(staticInfo); in validateCaptureResult() local411 validateOneCaptureResult(errorCollector, staticInfo, waiverKeys, allKeys, in validateCaptureResult()531 List<CaptureResult.Key<?>> waiverKeys = new ArrayList<>(); in getWaiverKeysForCamera() local534 waiverKeys.add(CaptureResult.JPEG_GPS_LOCATION); in getWaiverKeysForCamera()535 waiverKeys.add(CaptureResult.JPEG_ORIENTATION); in getWaiverKeysForCamera()536 waiverKeys.add(CaptureResult.JPEG_QUALITY); in getWaiverKeysForCamera()537 waiverKeys.add(CaptureResult.JPEG_THUMBNAIL_QUALITY); in getWaiverKeysForCamera()538 waiverKeys.add(CaptureResult.JPEG_THUMBNAIL_SIZE); in getWaiverKeysForCamera()543 waiverKeys.add(CaptureResult.TONEMAP_CURVE); in getWaiverKeysForCamera()544 waiverKeys.add(CaptureResult.TONEMAP_GAMMA); in getWaiverKeysForCamera()[all …]