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