Searched refs:programDurationMillis (Results 1 – 1 of 1) sorted by relevance
44 public static int getPlaybackSpeed(int speedLevel, long programDurationMillis) in getPlaybackSpeed() argument46 return (programDurationMillis > SHORT_PROGRAM_THRESHOLD_MILLIS) in getPlaybackSpeed()56 public static int getMaxPlaybackSpeed(long programDurationMillis) { in getMaxPlaybackSpeed() argument57 return (programDurationMillis > SHORT_PROGRAM_THRESHOLD_MILLIS) in getMaxPlaybackSpeed()