Searched refs:pmtItem (Results 1 – 3 of 3) sorted by relevance
162 for (PmtItem pmtItem : pmtItems) {163 if (pmtItem.getAudioTracks() != null) {164 audioTracks.addAll(pmtItem.getAudioTracks());166 if (pmtItem.getCaptionTracks() != null) {167 captionTracks.addAll(pmtItem.getCaptionTracks());
129 for (PmtItem pmtItem : pmtItems) {130 if (pmtItem.getAudioTracks() != null) {131 audioTracks.addAll(pmtItem.getAudioTracks());133 if (pmtItem.getCaptionTracks() != null) {134 captionTracks.addAll(pmtItem.getCaptionTracks());
445 PmtItem pmtItem = new PmtItem(streamType, esPid, audioTracks, captionTracks); in parsePMT() local447 Log.d(TAG, "PMT " + pmtItem + " descriptors size: " + descriptors.size()); in parsePMT()449 results.add(pmtItem); in parsePMT()