Searched refs:audioPids (Results 1 – 3 of 3) sorted by relevance
103 List<Integer> audioPids = new ArrayList<>(); in initProto() local124 audioPids.add(pmt.getEsPid()); in initProto()136 mProto.audioPids = Ints.toArray(audioPids); in initProto()138 mProto.audioTrackIndex = (audioPids.size() > 0) ? 0 : -1; in initProto()295 return mProto.audioPids[mProto.audioTrackIndex]; in getAudioPid()306 return Ints.asList(mProto.audioPids); in getAudioPids()309 public synchronized void setAudioPids(List<Integer> audioPids) { in setAudioPids() argument310 mProto.audioPids = Ints.toArray(audioPids); in setAudioPids()437 if (0 <= index && index < mProto.audioPids.length) { in selectAudioTrack()
1634 List<Integer> audioPids = channel.getAudioPids(); in updateChannelInfo() local1636 int size = audioPids.size(); in updateChannelInfo()1638 mChannel.setAudioPids(audioPids); in updateChannelInfo()1641 int index = audioPids.isEmpty() ? -1 : 0; in updateChannelInfo()1643 if (audioPids.get(i) == oldAudioPid) { in updateChannelInfo()
1622 List<Integer> audioPids = channel.getAudioPids(); in updateChannelInfo() local1624 int size = audioPids.size(); in updateChannelInfo()1626 mChannel.setAudioPids(audioPids); in updateChannelInfo()1629 int index = audioPids.isEmpty() ? -1 : 0; in updateChannelInfo()1631 if (audioPids.get(i) == oldAudioPid) { in updateChannelInfo()