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