Searched refs:durationsSumMs (Results 1 – 1 of 1) sorted by relevance
74 private static long durationsSumMs; field in ProgramInfo77 durationsSumMs = 0;79 durationsSumMs += duration;166 int index = (int) ((timeMs - startTimeMs) / durationsSumMs) * DURATIONS_MS.length; in getIndex()167 startTimeMs += (index / DURATIONS_MS.length) * durationsSumMs; in getIndex()186 + (index / DURATIONS_MS.length) * durationsSumMs; in getStartTimeMs()