Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/ts/
DTsParser.java80 private boolean[] mVctSectionParsed; field in TsParser
193 && mVctSectionParsedCount >= mVctSectionParsed.length
236 if (mVctSectionParsed == null) {
237 mVctSectionParsed = new boolean[lastSectionNumber + 1];
238 } else if (mVctSectionParsed[sectionNumber]) {
245 mVctSectionParsed[sectionNumber] = true;
263 && mVctSectionParsedCount >= mVctSectionParsed.length