Lines Matching full:timestamp
145 // Read the elapsed time for this packet (different than RTP timestamp).
250 // sequence number and timestamp.
258 // Get the RTP sequence number and timestamp of the dump packet.
285 // If we have only one packet or frame, we use the default timestamp
301 // Get the old RTP sequence number and timestamp.
304 uint32_t timestamp = 0;
305 packet->GetRtpTimestamp(×tamp);
306 // Increase the RTP sequence number and timestamp.
308 timestamp += loop_count_ * rtp_timestamp_increase_;
309 // Write the updated sequence number and timestamp back to the RTP packet.
312 buffer.WriteUInt32(timestamp);