Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DCea708Parser.java135 private final TreeSet<CcPacket> mCcPackets = new TreeSet<>(); field in Cea708Parser
229 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()