Ubernit line re-order
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=181137491
This commit is contained in:
parent
c991b80c85
commit
73892f21b1
@ -166,9 +166,9 @@ public class DefaultLoadControl implements LoadControl {
|
|||||||
this.allocator = allocator;
|
this.allocator = allocator;
|
||||||
minBufferUs = minBufferMs * 1000L;
|
minBufferUs = minBufferMs * 1000L;
|
||||||
maxBufferUs = maxBufferMs * 1000L;
|
maxBufferUs = maxBufferMs * 1000L;
|
||||||
targetBufferBytesOverwrite = targetBufferBytes;
|
|
||||||
bufferForPlaybackUs = bufferForPlaybackMs * 1000L;
|
bufferForPlaybackUs = bufferForPlaybackMs * 1000L;
|
||||||
bufferForPlaybackAfterRebufferUs = bufferForPlaybackAfterRebufferMs * 1000L;
|
bufferForPlaybackAfterRebufferUs = bufferForPlaybackAfterRebufferMs * 1000L;
|
||||||
|
targetBufferBytesOverwrite = targetBufferBytes;
|
||||||
this.prioritizeTimeOverSizeThresholds = prioritizeTimeOverSizeThresholds;
|
this.prioritizeTimeOverSizeThresholds = prioritizeTimeOverSizeThresholds;
|
||||||
this.priorityTaskManager = priorityTaskManager;
|
this.priorityTaskManager = priorityTaskManager;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user