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.java692 long recommendedStallDuration = config.getOutputStallDuration(format, sz); in verifyCommonRecommendedConfiguration() local
696 "duration of %d for ID: %s", recommendedStallDuration, in verifyCommonRecommendedConfiguration()
698 (recommendedStallDuration == availableStallDuration)); in verifyCommonRecommendedConfiguration()
716 "ImageReader class of the same size", recommendedStallDuration, in verifyCommonRecommendedConfiguration()
718 classStallDuration == recommendedStallDuration); in verifyCommonRecommendedConfiguration() local