Searched refs:selectedTrackIndices (Results 1 – 1 of 1) sorted by relevance
1779 List<Integer> selectedTrackIndices = getViewportFilteredTrackIndices(group, viewportWidth, in getAdaptiveVideoTracksForGroup() local1781 if (selectedTrackIndices.size() < 2) { in getAdaptiveVideoTracksForGroup()1790 for (int i = 0; i < selectedTrackIndices.size(); i++) { in getAdaptiveVideoTracksForGroup()1791 int trackIndex = selectedTrackIndices.get(i); in getAdaptiveVideoTracksForGroup()1804 selectedTrackIndices); in getAdaptiveVideoTracksForGroup()1823 selectedTrackIndices); in getAdaptiveVideoTracksForGroup()1825 return selectedTrackIndices.size() < 2 ? NO_TRACKS : Util.toArray(selectedTrackIndices); in getAdaptiveVideoTracksForGroup()1837 List<Integer> selectedTrackIndices) { in getAdaptiveVideoTrackCountForMimeType() argument1839 for (int i = 0; i < selectedTrackIndices.size(); i++) { in getAdaptiveVideoTrackCountForMimeType()1840 int trackIndex = selectedTrackIndices.get(i); in getAdaptiveVideoTrackCountForMimeType()[all …]