Searched defs:sectionLength (Results 1 – 2 of 2) sorted by relevance
657 int sectionLength = in parseSections() local665 parseSection(Arrays.copyOfRange(data.buffer(), pos, pos + sectionLength)); in parseSections() local1080 int sectionLength = ((data[1] & 0x0f) << 8) | (data[2] & 0xff); in parseSDT() local1128 int sectionLength = ((data[1] & 0x0f) << 8) | (data[2] & 0xff); in parseDVBEIT() local
230 int sectionLength = (((data[1] & 0x0f) << 8) | (data[2] & 0xff)) + 3; in checkValidPsipSection() local