Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc665 PacketList parsed_packet_list; in InsertPacketInternal() local
677 parsed_packet_list.splice(parsed_packet_list.end(), packet_list, in InsertPacketInternal()
709 parsed_packet_list.splice(parsed_packet_list.end(), packet_list, in InsertPacketInternal()
713 parsed_packet_list.push_back(packet_from_result(result)); in InsertPacketInternal()
722 parsed_packet_list.begin(), parsed_packet_list.end(), in InsertPacketInternal()
724 if (number_of_primary_packets < parsed_packet_list.size()) { in InsertPacketInternal()
725 stats_->SecondaryPacketsReceived(parsed_packet_list.size() - in InsertPacketInternal()
731 &parsed_packet_list, *decoder_database_, &current_rtp_payload_type_, in InsertPacketInternal()