Home
last modified time | relevance | path

Searched refs:SectionParser (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/data/
DPsipData.java25 import com.android.tv.tuner.ts.SectionParser;
245 return SectionParser.DESCRIPTOR_TAG_CONTENT_ADVISORY; in getTag()
262 return SectionParser.DESCRIPTOR_TAG_CAPTION_SERVICE; in getTag()
279 return SectionParser.DESCRIPTOR_TAG_EXTENDED_CHANNEL_NAME; in getTag()
298 return SectionParser.DESCRIPTOR_TAG_GENRE; in getTag()
355 return SectionParser.DESCRIPTOR_TAG_AC3_AUDIO_STREAM; in getTag()
452 return SectionParser.DESCRIPTOR_TAG_ISO639LANGUAGE; in getTag()
/packages/apps/TV/src/com/android/tv/tuner/ts/
DTsParser.java30 import com.android.tv.tuner.ts.SectionParser.OutputListener;
108 private final SectionParser mSectionParser;
113 mSectionParser = new SectionParser(mSectionListener); in SectionStream()
DSectionParser.java59 public class SectionParser { class
337 public SectionParser(OutputListener listener) { in SectionParser() method in SectionParser