Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java1470 HashMap<Size, Long> minDurationMap = new HashMap<Size, Long>(); in getAvailableMinFrameDurationsForFormatChecked() local
1477 return minDurationMap; in getAvailableMinFrameDurationsForFormatChecked()
1485 minDurationMap.put(new Size(size.getWidth(), size.getHeight()), minFrameDuration); in getAvailableMinFrameDurationsForFormatChecked()
1489 return minDurationMap; in getAvailableMinFrameDurationsForFormatChecked()