Searched refs:minDurationMap (Results 1 – 1 of 1) sorted by relevance
1499 HashMap<Size, Long> minDurationMap = new HashMap<Size, Long>(); in getAvailableMinFrameDurationsForFormatChecked() local1506 return minDurationMap; in getAvailableMinFrameDurationsForFormatChecked()1514 minDurationMap.put(new Size(size.getWidth(), size.getHeight()), minFrameDuration); in getAvailableMinFrameDurationsForFormatChecked()1518 return minDurationMap; in getAvailableMinFrameDurationsForFormatChecked()