Searched refs:offsetPacket (Results 1 – 1 of 1) sorted by relevance
268 CcPacket offsetPacket = new CcPacket(new byte[0], 0, framePtsUs); in processClosedCaptions() local269 offsetPacket = mCcPackets.lower(offsetPacket); in processClosedCaptions()271 if (offsetPacket != null) { in processClosedCaptions()272 while (!mCcPackets.isEmpty() && offsetPacket.compareTo(mCcPackets.first()) >= 0) { in processClosedCaptions()