Searched refs:SectionParser (Results 1 – 3 of 3) sorted by relevance
25 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()
30 import com.android.tv.tuner.ts.SectionParser.OutputListener;108 private final SectionParser mSectionParser;113 mSectionParser = new SectionParser(mSectionListener); in SectionStream()
59 public class SectionParser { class337 public SectionParser(OutputListener listener) { in SectionParser() method in SectionParser