Home
last modified time | relevance | path

Searched defs:allocationLength (Results 1 – 1 of 1) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DSampleDataQueue.java40 private final int allocationLength; field in SampleDataQueue
432 public AllocationNode(long startPosition, int allocationLength) { in AllocationNode()