Searched refs:new_packets (Results 1 – 4 of 4) sorted by relevance
31 PacketList new_packets; // An empty list to store the split packets in. in SplitRed() local79 new_packets.push_back(new_packet); in SplitRed()85 for (new_it = new_packets.begin(); new_it != new_packets.end(); ++new_it) { in SplitRed()93 while (new_it != new_packets.end()) { in SplitRed()97 new_it = new_packets.erase(new_it); in SplitRed()108 new_packets.reverse(); in SplitRed()111 packet_list->splice(it, new_packets, new_packets.begin(), in SplitRed()112 new_packets.end()); in SplitRed()237 PacketList new_packets; in SplitAudio() local242 SplitBySamples(packet, 8, 8, &new_packets); in SplitAudio()[all …]
76 PacketList* new_packets);84 PacketList* new_packets);
32 uint32_t timestamps_per_ms, PacketList* new_packets));35 uint32_t timestamps_per_frame, PacketList* new_packets));
711 Packets new_packets; in RunFor() local742 new_packets.push_back(new_packet); in RunFor()751 in_out->merge(new_packets, DereferencingComparator<Packet>); in RunFor()