Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpacket.h28 bool sync_packet; member
36 sync_packet(false) { in Packet()
50 this->sync_packet == rhs.sync_packet);
67 if (rhs.sync_packet)
69 if (this->sync_packet)
Dpayload_splitter.cc139 if (packet->sync_packet) { in SplitFec()
171 new_packet->sync_packet = packet->sync_packet; in SplitFec()
233 if (packet->sync_packet) { in SplitAudio()
Dpacket_buffer.cc256 if (decoder && !packet->sync_packet) { in NumSamplesInBuffer()
Dneteq_impl.cc495 packet->sync_packet = is_sync_packet; in InsertPacketInternal()
573 assert(!current_packet->sync_packet); // We had a sanity check for this. in InsertPacketInternal()
626 if (!packet_list.empty() && !packet_list.front()->sync_packet) { in InsertPacketInternal()
1366 if (packet->sync_packet) { in DecodeLoop()
1896 if (packet->sync_packet) { in ExtractPackets()
/external/kernel-headers/original/uapi/sound/
Dusb_stream.h51 int sync_packet; member