Searched refs:totalAudioUnderruns (Results 1 – 1 of 1) sorted by relevance
267 long totalAudioUnderruns = 0; in merge() local328 totalAudioUnderruns += stats.totalAudioUnderruns; in merge()368 totalAudioUnderruns, in merge()507 public final long totalAudioUnderruns; field in PlaybackStats572 long totalAudioUnderruns, in PlaybackStats()612 this.totalAudioUnderruns = totalAudioUnderruns; in PlaybackStats()1045 return playTimeMs == 0 ? 0f : 1000f * totalAudioUnderruns / playTimeMs; in getAudioUnderrunRate()