Searched refs:descriptorsLength (Results 1 – 2 of 2) sorted by relevance
828 int descriptorsLength = ((data[pos + 9] & 0x0f) << 8) | (data[pos + 10] & 0xff); in parseMGT() local829 pos += 11 + descriptorsLength; in parseMGT()898 int descriptorsLength = ((data[pos + 30] & 0x03) << 8) | (data[pos + 31] & 0xff); in parseVCT() local899 pos += 32 + descriptorsLength; in parseVCT()905 parseDescriptors(data, descriptorsPos, descriptorsPos + descriptorsLength); in parseVCT()1007 int descriptorsLength = in parseEIT() local1011 if (data.length < descriptorsPos + descriptorsLength) { in parseEIT()1016 parseDescriptors(data, descriptorsPos, descriptorsPos + descriptorsLength); in parseEIT()1025 pos += 10 + titleLength + 2 + descriptorsLength; in parseEIT()1090 int descriptorsLength = ((data[pos + 3] & 0x0f) << 8) | (data[pos + 4] & 0xff); in parseSDT() local[all …]
75 int descriptorsLength = ((data[40] & 0x03) << 8) | (data[41] & 0xff); in parseTvctSection() local76 List<TsDescriptor> descriptors = parseDescriptors(data, 42, 42 + descriptorsLength); in parseTvctSection()