Searched refs:minDurationMap (Results 1 – 1 of 1) sorted by relevance
1527 HashMap<Size, Long> minDurationMap = new HashMap<Size, Long>(); in getAvailableMinFrameDurationsForFormatChecked() local1534 return minDurationMap; in getAvailableMinFrameDurationsForFormatChecked()1542 minDurationMap.put(new Size(size.getWidth(), size.getHeight()), minFrameDuration); in getAvailableMinFrameDurationsForFormatChecked()1546 return minDurationMap; in getAvailableMinFrameDurationsForFormatChecked()