Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/analytics/
DPlaybackStats.java254 long totalVideoFormatBitrateTimeMs = 0; in merge() local
303 totalVideoFormatBitrateTimeMs += stats.totalVideoFormatBitrateTimeMs; in merge()
355 totalVideoFormatBitrateTimeMs, in merge()
460 public final long totalVideoFormatBitrateTimeMs; field in PlaybackStats
559 long totalVideoFormatBitrateTimeMs, in PlaybackStats() argument
599 this.totalVideoFormatBitrateTimeMs = totalVideoFormatBitrateTimeMs; in PlaybackStats()
1004 return totalVideoFormatBitrateTimeMs == 0 in getMeanVideoFormatBitrate()
1006 : (int) (totalVideoFormatBitrateTimeProduct / totalVideoFormatBitrateTimeMs); in getMeanVideoFormatBitrate()