Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelector.java1660 Pair<TrackSelection.Definition, TextTrackScore> textSelection = in selectAllTracks() local
1666 if (textSelection != null in selectAllTracks()
1668 || textSelection.second.compareTo(selectedTextTrackScore) > 0)) { in selectAllTracks()
1674 definitions[i] = textSelection.first; in selectAllTracks()
1675 selectedTextTrackScore = textSelection.second; in selectAllTracks()