Home
last modified time | relevance | path

Searched refs:copyDurationsUsWithSpaceForAdCount (Results 1 – 1 of 1) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ads/
DAdPlaybackState.java135 long[] durationsUs = copyDurationsUsWithSpaceForAdCount(this.durationsUs, count); in withAdCount()
156 : copyDurationsUsWithSpaceForAdCount(this.durationsUs, states.length); in withAdUri()
182 : copyDurationsUsWithSpaceForAdCount(this.durationsUs, states.length); in withAdState()
195 durationsUs = copyDurationsUsWithSpaceForAdCount(durationsUs, uris.length); in withAdDurationsUs()
233 private static long[] copyDurationsUsWithSpaceForAdCount(long[] durationsUs, int count) { in copyDurationsUsWithSpaceForAdCount() method in AdPlaybackState.AdGroup