Searched refs:ExtendedChannelNameDescriptor (Results 1 – 2 of 2) sorted by relevance
33 import com.android.usbtuner.data.PsipData.ExtendedChannelNameDescriptor;547 if (descriptor instanceof ExtendedChannelNameDescriptor) { in parseVCT()548 ExtendedChannelNameDescriptor extendedChannelNameDescriptor = in parseVCT()549 (ExtendedChannelNameDescriptor) descriptor; in parseVCT()975 private static ExtendedChannelNameDescriptor parseLongChannelName(byte[] data, int pos, in parseLongChannelName()987 return new ExtendedChannelNameDescriptor(text); in parseLongChannelName()
269 public static class ExtendedChannelNameDescriptor extends TsDescriptor { class in PsipData272 public ExtendedChannelNameDescriptor(String longChannelName) { in ExtendedChannelNameDescriptor() method in PsipData.ExtendedChannelNameDescriptor