Searched refs:descriptorsLength (Results 1 – 1 of 1) sorted by relevance
478 int descriptorsLength = ((data[pos + 9] & 0x0f) << 8) | (data[pos + 10] & 0xff); in parseMGT() local479 pos += 11 + descriptorsLength; in parseMGT()537 int descriptorsLength = ((data[pos + 30] & 0x03) << 8) | (data[pos + 31] & 0xff); in parseVCT() local538 pos += 32 + descriptorsLength; in parseVCT()544 data, descriptorsPos, descriptorsPos + descriptorsLength); in parseVCT()620 int descriptorsLength = ((data[pos + 10 + titleLength] & 0x0f) << 8) in parseEIT() local623 if (data.length < descriptorsPos + descriptorsLength) { in parseEIT()628 data, descriptorsPos, descriptorsPos + descriptorsLength); in parseEIT()637 pos += 10 + titleLength + 2 + descriptorsLength; in parseEIT()