HomeSort by relevance Sort by last modified time
    Searched refs:sync_packet (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
packet.h 28 bool sync_packet; member in struct:webrtc::Packet
36 sync_packet(false) {
50 this->sync_packet == rhs.sync_packet);
67 if (rhs.sync_packet)
69 if (this->sync_packet)
payload_splitter.cc 136 if (packet->sync_packet) {
165 new_packet->sync_packet = packet->sync_packet;
225 if (packet->sync_packet) {
packet_buffer.cc 218 if (packet->sync_packet) {
neteq_impl.cc 442 packet->sync_packet = is_sync_packet;
523 assert(!current_packet->sync_packet); // We had a sanity check for this.
581 if (!packet_list.empty() && !packet_list.front()->sync_packet) {
    [all...]

Completed in 2487 milliseconds