Home | History | Annotate | Download | only in phone

Lines Matching defs:timestamp

213     // sequence number and timestamp.
221 // Get the RTP sequence number and timestamp of the dump packet.
248 // If we have only one packet or frame, we use the default timestamp
264 // Get the old RTP sequence number and timestamp.
267 uint32 timestamp = 0;
268 packet->GetRtpTimestamp(&timestamp);
269 // Increase the RTP sequence number and timestamp.
271 timestamp += loop_count_ * rtp_timestamp_increase_;
272 // Write the updated sequence number and timestamp back to the RTP packet.
275 buffer.WriteUInt32(timestamp);