Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/analytics/
DPlaybackStats.java265 long totalBandwidthBytes = 0; in merge() local
326 totalBandwidthBytes += stats.totalBandwidthBytes; in merge()
366 totalBandwidthBytes, in merge()
500 public final long totalBandwidthBytes; field in PlaybackStats
570 long totalBandwidthBytes, in PlaybackStats()
610 this.totalBandwidthBytes = totalBandwidthBytes; in PlaybackStats()
1027 : (int) (totalBandwidthBytes * 8000 / totalBandwidthTimeMs); in getMeanBandwidth()