Searched refs:initialVideoFormatHeightCount (Results 1 – 1 of 1) sorted by relevance
258 int initialVideoFormatHeightCount = 0; in merge() local307 initialVideoFormatHeightCount += stats.initialVideoFormatHeightCount; in merge()359 initialVideoFormatHeightCount, in merge()474 public final int initialVideoFormatHeightCount; field in PlaybackStats563 int initialVideoFormatHeightCount, in PlaybackStats()603 this.initialVideoFormatHeightCount = initialVideoFormatHeightCount; in PlaybackStats()962 return initialVideoFormatHeightCount == 0 in getMeanInitialVideoFormatHeight()964 : totalInitialVideoFormatHeight / initialVideoFormatHeightCount; in getMeanInitialVideoFormatHeight()