Searched refs:totalInitialVideoFormatBitrate (Results 1 – 1 of 1) sorted by relevance
261 long totalInitialVideoFormatBitrate = C.LENGTH_UNSET; in merge() local314 if (totalInitialVideoFormatBitrate == C.LENGTH_UNSET) { in merge()315 totalInitialVideoFormatBitrate = stats.totalInitialVideoFormatBitrate; in merge()316 } else if (stats.totalInitialVideoFormatBitrate != C.LENGTH_UNSET) { in merge()317 totalInitialVideoFormatBitrate += stats.totalInitialVideoFormatBitrate; in merge()362 totalInitialVideoFormatBitrate, in merge()486 public final long totalInitialVideoFormatBitrate; field in PlaybackStats566 long totalInitialVideoFormatBitrate, in PlaybackStats()606 this.totalInitialVideoFormatBitrate = totalInitialVideoFormatBitrate; in PlaybackStats()974 : (int) (totalInitialVideoFormatBitrate / initialVideoFormatBitrateCount); in getMeanInitialVideoFormatBitrate()