Searched refs:packets_to_insert_ (Results 1 – 2 of 2) sorted by relevance
27 packets_to_insert_(number_of_initial_packets), in InitialPacketInserterNetEqInput()46 packets_to_insert_ = 0; in PopPacket()49 if (packets_to_insert_ > 0) { in PopPacket()56 dummy_packet->header.sequenceNumber -= packets_to_insert_; in PopPacket()59 20 * sample_rate_hz_ * packets_to_insert_ / 1000; in PopPacket()60 packets_to_insert_--; in PopPacket()
39 int packets_to_insert_; variable