Searched refs:minDurationMap (Results 1 – 1 of 1) sorted by relevance
1733 HashMap<Size, Long> minDurationMap = new HashMap<Size, Long>(); in getAvailableMinFrameDurationsForFormatChecked() local1740 return minDurationMap; in getAvailableMinFrameDurationsForFormatChecked()1748 minDurationMap.put(new Size(size.getWidth(), size.getHeight()), minFrameDuration); in getAvailableMinFrameDurationsForFormatChecked()1752 return minDurationMap; in getAvailableMinFrameDurationsForFormatChecked()