Searched refs:pmtItem (Results 1 – 3 of 3) sorted by relevance
178 for (PmtItem pmtItem : pmtItems) {179 if (pmtItem.getAudioTracks() != null) {180 audioTracks.addAll(pmtItem.getAudioTracks());182 if (pmtItem.getCaptionTracks() != null) {183 captionTracks.addAll(pmtItem.getCaptionTracks());
137 for (PsiData.PmtItem pmtItem : pmtItems) {138 if (pmtItem.getAudioTracks() != null) {139 audioTracks.addAll(pmtItem.getAudioTracks());141 if (pmtItem.getCaptionTracks() != null) {142 captionTracks.addAll(pmtItem.getCaptionTracks());
476 PmtItem pmtItem = new PmtItem(streamType, esPid, audioTracks, captionTracks); in parsePMT() local478 Log.d(TAG, "PMT " + pmtItem + " descriptors size: " + descriptors.size()); in parsePMT()480 results.add(pmtItem); in parsePMT()