Searched refs:programDurationMillis (Results 1 – 1 of 1) sorted by relevance
47 public static int getPlaybackSpeed(int speedLevel, long programDurationMillis) in getPlaybackSpeed() argument49 return (programDurationMillis > SHORT_PROGRAM_THRESHOLD_MILLIS) ? in getPlaybackSpeed()57 public static int getMaxPlaybackSpeed(long programDurationMillis) { in getMaxPlaybackSpeed() argument58 return (programDurationMillis > SHORT_PROGRAM_THRESHOLD_MILLIS) ? in getMaxPlaybackSpeed()