Searched refs:oldDurationsUsCount (Results 1 – 1 of 1) sorted by relevance
234 int oldDurationsUsCount = durationsUs.length; in copyDurationsUsWithSpaceForAdCount() local235 int newDurationsUsCount = Math.max(count, oldDurationsUsCount); in copyDurationsUsWithSpaceForAdCount()237 Arrays.fill(durationsUs, oldDurationsUsCount, newDurationsUsCount, C.TIME_UNSET); in copyDurationsUsWithSpaceForAdCount()