Searched refs:mCcPackets (Results 1 – 1 of 1) sorted by relevance
136 private final TreeSet<CcPacket> mCcPackets = new TreeSet<>(); field in Cea708Parser236 mCcPackets.add(ccPacket); in parseClosedCaption()243 offsetPacket = mCcPackets.lower(offsetPacket); in processClosedCaptions()246 while (!mCcPackets.isEmpty() && offsetPacket.compareTo(mCcPackets.first()) >= 0) { in processClosedCaptions()247 CcPacket packet = mCcPackets.pollFirst(); in processClosedCaptions()