Home
last modified time | relevance | path

Searched defs:sectionLength (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DSectionParser.java657 int sectionLength = in parseSections() local
665 parseSection(Arrays.copyOfRange(data.buffer(), pos, pos + sectionLength)); in parseSections() local
1080 int sectionLength = ((data[1] & 0x0f) << 8) | (data[2] & 0xff); in parseSDT() local
1128 int sectionLength = ((data[1] & 0x0f) << 8) | (data[2] & 0xff); in parseDVBEIT() local
/packages/apps/TV/tuner/sampletunertvinput/src/com/android/tv/samples/sampletunertvinput/
DSampleTunerTvInputSectionParser.java230 int sectionLength = (((data[1] & 0x0f) << 8) | (data[2] & 0xff)) + 3; in checkValidPsipSection() local