Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1527 HashMap<Size, Long> minDurationMap = new HashMap<Size, Long>(); in getAvailableMinFrameDurationsForFormatChecked() local
1534 return minDurationMap; in getAvailableMinFrameDurationsForFormatChecked()
1542 minDurationMap.put(new Size(size.getWidth(), size.getHeight()), minFrameDuration); in getAvailableMinFrameDurationsForFormatChecked()
1546 return minDurationMap; in getAvailableMinFrameDurationsForFormatChecked()