Searched refs:mVctSectionParsed (Results 1 – 1 of 1) sorted by relevance
80 private boolean[] mVctSectionParsed; field in TsParser193 && mVctSectionParsedCount >= mVctSectionParsed.length236 if (mVctSectionParsed == null) {237 mVctSectionParsed = new boolean[lastSectionNumber + 1];238 } else if (mVctSectionParsed[sectionNumber]) {245 mVctSectionParsed[sectionNumber] = true;263 && mVctSectionParsedCount >= mVctSectionParsed.length