Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc453 bool is_sync_packet) { in InsertPacketInternal() argument
459 if (is_sync_packet) { in InsertPacketInternal()
495 packet->sync_packet = is_sync_packet; in InsertPacketInternal()
537 if (!is_sync_packet) in InsertPacketInternal()
542 assert(!is_sync_packet); // We had a sanity check for this. in InsertPacketInternal()
Dneteq_impl.h211 bool is_sync_packet)