Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/source/
DSampleQueueTest.java951 return super.getAdjustedUpstreamFormat(copyWithLabel(format, label)); in adjustUpstreamFormat()
956 assertReadFormat(/* formatRequired= */ false, copyWithLabel(FORMAT_1, label)); in adjustUpstreamFormat()
971 return super.getAdjustedUpstreamFormat(copyWithLabel(format, label.get())); in invalidateUpstreamFormatAdjustment()
984 assertReadFormat(/* formatRequired= */ false, copyWithLabel(FORMAT_1, "label1")); in invalidateUpstreamFormatAdjustment()
992 assertReadFormat(/* formatRequired= */ false, copyWithLabel(FORMAT_1, "label2")); in invalidateUpstreamFormatAdjustment()
1382 private static Format copyWithLabel(Format format, String label) { in copyWithLabel() method in SampleQueueTest
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DFormat.java1354 public Format copyWithLabel(@Nullable String label) { in copyWithLabel() method in Format