Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java465 long recommendedStallDuration = config.getOutputStallDuration(format, sz); in verifyCommonRecommendedConfiguration() local
469 "duration of %d for ID: %s", recommendedStallDuration, in verifyCommonRecommendedConfiguration()
471 (recommendedStallDuration == availableStallDuration)); in verifyCommonRecommendedConfiguration()
489 "ImageReader class of the same size", recommendedStallDuration, in verifyCommonRecommendedConfiguration()
491 classStallDuration == recommendedStallDuration); in verifyCommonRecommendedConfiguration() local