Searched refs:last_packet_rtp_info_ (Results 1 – 2 of 2) sorted by relevance
28 last_packet_rtp_info_.header.payloadType = kInvalidPayloadType; in InitialDelayManager()29 last_packet_rtp_info_.header.ssrc = 0; in InitialDelayManager()30 last_packet_rtp_info_.header.sequenceNumber = 0; in InitialDelayManager()31 last_packet_rtp_info_.header.timestamp = 0; in InitialDelayManager()49 RTPHeader* last_header = &last_packet_rtp_info_.header; in UpdateLastReceivedPacket()65 last_packet_rtp_info_.header.payloadType == kInvalidPayloadType) { in UpdateLastReceivedPacket()159 memcpy(&last_packet_rtp_info_, &rtp_info, sizeof(rtp_info)); in RecordLastPacket()197 memcpy(&sync_stream->rtp_info, &last_packet_rtp_info_, in LatePackets()198 sizeof(last_packet_rtp_info_)); in LatePackets()213 last_packet_rtp_info_.header.timestamp += timestamp_update; in LatePackets()[all …]
96 WebRtcRTPHeader last_packet_rtp_info_; variable