Searched refs:sectionLength (Results 1 – 4 of 4) sorted by relevance
483 size_t sectionLength = 0; in getTagFromName() local498 if (section == NULL || sectionLength < strLength) { in getTagFromName()501 sectionLength = strLength; in getTagFromName()516 const char *nameTagName = name + sectionLength + 1; // x.y.z -> z in getTagFromName()517 if (sectionLength + 1 >= nameLength) { in getTagFromName()
807 size_t sectionLength = 0; in getTagFromName() local822 if (section == NULL || sectionLength < strLength) { in getTagFromName()825 sectionLength = strLength; in getTagFromName()842 const char *nameTagName = name + sectionLength + 1; // x.y.z -> z in getTagFromName()843 if (sectionLength + 1 >= nameLength) { in getTagFromName()
657 int sectionLength = in parseSections() local659 if (pos + sectionLength > data.length()) { in parseSections()665 parseSection(Arrays.copyOfRange(data.buffer(), pos, pos + sectionLength)); in parseSections() local666 pos += sectionLength; in parseSections()1080 int sectionLength = ((data[1] & 0x0f) << 8) | (data[2] & 0xff); in parseSDT() local1084 if (sectionLength + 3 > data.length) { in parseSDT()1128 int sectionLength = ((data[1] & 0x0f) << 8) | (data[2] & 0xff); in parseDVBEIT() local
2470 unsigned sectionLength = U16_AT(mBuffer->data() + 1) & 0xfff; in isComplete() local2471 return mBuffer->size() >= sectionLength + 3; in isComplete()2497 unsigned sectionLength = U16_AT(data + 1) & 0xfff; in isCRCOkay() local2498 ALOGV("sectionLength %u, skip %u", sectionLength, mSkipBytes); in isCRCOkay()2501 if(sectionLength < mSkipBytes) { in isCRCOkay()2508 sectionLength -= mSkipBytes; in isCRCOkay()2511 for(unsigned i = 0; i < sectionLength + 4 /* crc */; i++) { in isCRCOkay()