Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc684 auto packet_from_result = [&](AudioDecoder::ParseResult& result) { in InsertPacketInternal() local
708 packet_list.front() = packet_from_result(result); in InsertPacketInternal()
713 parsed_packet_list.push_back(packet_from_result(result)); in InsertPacketInternal()