Home
last modified time | relevance | path

Searched refs:lowLatencyConfig (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java751 RecommendedStreamConfigurationMap lowLatencyConfig) throws Exception { in verifyRecommendedLowLatencyConfiguration() argument
752 verifyCommonRecommendedConfiguration(cameraId, c, lowLatencyConfig, /*checkNoInput*/ true, in verifyRecommendedLowLatencyConfiguration()
759 Set<Integer> formats = lowLatencyConfig.getOutputFormats(); in verifyRecommendedLowLatencyConfiguration()
761 checkFormatLatency(format.intValue(), LOW_LATENCY_THRESHOLD_MS, lowLatencyConfig); in verifyRecommendedLowLatencyConfiguration() local
818 RecommendedStreamConfigurationMap lowLatencyConfig = in testRecommendedStreamConfigurations() local
823 (rawConfig == null) && (zslConfig == null) && (lowLatencyConfig == null)) { in testRecommendedStreamConfigurations()
859 if (lowLatencyConfig != null) { in testRecommendedStreamConfigurations()
860 … verifyRecommendedLowLatencyConfiguration(mAllCameraIds[counter], c, lowLatencyConfig); in testRecommendedStreamConfigurations()