Searched refs:mCcPackets (Results 1 – 1 of 1) sorted by relevance
135 private final TreeSet<CcPacket> mCcPackets = new TreeSet<>(); field in Cea708Parser229 mCcPackets.clear(); in clear()262 mCcPackets.add(ccPacket); in parseClosedCaption()269 offsetPacket = mCcPackets.lower(offsetPacket); in processClosedCaptions()272 while (!mCcPackets.isEmpty() && offsetPacket.compareTo(mCcPackets.first()) >= 0) { in processClosedCaptions()273 CcPacket packet = mCcPackets.pollFirst(); in processClosedCaptions()