Searched refs:copyWithLabel (Results 1 – 2 of 2) sorted by relevance
951 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
1354 public Format copyWithLabel(@Nullable String label) { in copyWithLabel() method in Format