Home
last modified time | relevance | path

Searched refs:descriptorsLength (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
DSectionParser.java478 int descriptorsLength = ((data[pos + 9] & 0x0f) << 8) | (data[pos + 10] & 0xff); in parseMGT() local
479 pos += 11 + descriptorsLength; in parseMGT()
537 int descriptorsLength = ((data[pos + 30] & 0x03) << 8) | (data[pos + 31] & 0xff); in parseVCT() local
538 pos += 32 + descriptorsLength; in parseVCT()
544 data, descriptorsPos, descriptorsPos + descriptorsLength); in parseVCT()
620 int descriptorsLength = ((data[pos + 10 + titleLength] & 0x0f) << 8) in parseEIT() local
623 if (data.length < descriptorsPos + descriptorsLength) { in parseEIT()
628 data, descriptorsPos, descriptorsPos + descriptorsLength); in parseEIT()
637 pos += 10 + titleLength + 2 + descriptorsLength; in parseEIT()