Searched refs:tableIdExtension (Results 1 – 1 of 1) sorted by relevance
53 int tableIdExtension = (data[3] & 0xff) << 8 | (data[4] & 0xff); in create() local56 return new PsipSection(tableId, tableIdExtension, sectionNumber, currentNextIndicator); in create()59 private PsipSection(int tableId, int tableIdExtension, int sectionNumber, in PsipSection() argument62 mTableIdExtension = tableIdExtension; in PsipSection()