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.java462 long recommendedStallDuration = config.getOutputStallDuration(format, sz); in verifyCommonRecommendedConfiguration() local
466 "duration of %d for ID: %s", recommendedStallDuration, in verifyCommonRecommendedConfiguration()
468 (recommendedStallDuration == availableStallDuration)); in verifyCommonRecommendedConfiguration()
486 "ImageReader class of the same size", recommendedStallDuration, in verifyCommonRecommendedConfiguration()
488 classStallDuration == recommendedStallDuration); in verifyCommonRecommendedConfiguration() local