Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/data/
DPsipData.java25 import com.android.usbtuner.ts.SectionParser;
244 return SectionParser.DESCRIPTOR_TAG_CONTENT_ADVISORY; in getTag()
261 return SectionParser.DESCRIPTOR_TAG_CAPTION_SERVICE; in getTag()
278 return SectionParser.DESCRIPTOR_TAG_EXTENDED_CHANNEL_NAME; in getTag()
297 return SectionParser.DESCRIPTOR_TAG_GENRE; in getTag()
354 return SectionParser.DESCRIPTOR_TAG_AC3_AUDIO_STREAM; in getTag()
450 return SectionParser.DESCRIPTOR_TAG_ISO639LANGUAGE; in getTag()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
DTsParser.java30 import com.android.usbtuner.ts.SectionParser.OutputListener;
105 private final SectionParser mSectionParser;
110 mSectionParser = new SectionParser(mSectionListener); in SectionStream()
DSectionParser.java59 public class SectionParser { class
310 public SectionParser(OutputListener listener) { in SectionParser() method in SectionParser