Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelector.java2471 private final boolean isWithinRendererCapabilities; field in DefaultTrackSelector.AudioTrackScore
2483 isWithinRendererCapabilities = isSupported(formatSupport, false); in AudioTrackScore()
2523 if (this.isWithinRendererCapabilities != other.isWithinRendererCapabilities) { in compareTo()
2524 return this.isWithinRendererCapabilities ? 1 : -1; in compareTo()
2549 int resultSign = isWithinConstraints && isWithinRendererCapabilities ? 1 : -1; in compareTo()
2573 private final boolean isWithinRendererCapabilities; field in DefaultTrackSelector.TextTrackScore
2586 isWithinRendererCapabilities = in TextTrackScore()
2624 if (this.isWithinRendererCapabilities != other.isWithinRendererCapabilities) { in compareTo()
2625 return this.isWithinRendererCapabilities ? 1 : -1; in compareTo()