Searched refs:audioPids (Results 1 – 2 of 2) sorted by relevance
99 List<Integer> audioPids = new ArrayList<>(); in TunerChannel() local120 audioPids.add(pmt.getEsPid()); in TunerChannel()130 mProto.audioPids = Ints.toArray(audioPids); in TunerChannel()132 mProto.audioTrackIndex = (audioPids.size() > 0) ? 0 : -1; in TunerChannel()211 return mProto.audioPids[mProto.audioTrackIndex]; in getAudioPid()222 return Ints.asList(mProto.audioPids); in getAudioPids()225 public void setAudioPids(List<Integer> audioPids) { in setAudioPids() argument226 mProto.audioPids = Ints.toArray(audioPids); in setAudioPids()320 if (0 <= index && index < mProto.audioPids.length) { in selectAudioTrack()
1109 List<Integer> audioPids = channel.getAudioPids(); in updateChannelInfo() local1111 int size = audioPids.size(); in updateChannelInfo()1113 mChannel.setAudioPids(audioPids); in updateChannelInfo()1116 int index = audioPids.isEmpty() ? -1 : 0; in updateChannelInfo()1118 if (audioPids.get(i) == oldAudioPid) { in updateChannelInfo()