Searched refs:titleLength (Results 1 – 1 of 1) sorted by relevance
607 int titleLength = (data[pos + 9] & 0xff); in parseEIT() local608 if (data.length <= pos + 10 + titleLength + 1) { in parseEIT()613 if (titleLength > 0) { in parseEIT()616 if ((data[pos + 10 + titleLength] & 0xf0) != 0xf0) { in parseEIT()620 int descriptorsLength = ((data[pos + 10 + titleLength] & 0x0f) << 8) in parseEIT()621 | (data[pos + 10 + titleLength + 1] & 0xff); in parseEIT()622 int descriptorsPos = pos + 10 + titleLength + 2; in parseEIT()637 pos += 10 + titleLength + 2 + descriptorsLength; in parseEIT()