Lines Matching full:uint32
32 uint32 receivers_ssrc,
33 uint32 last_report,
34 uint32 delay_since_last_report) OVERRIDE {
44 RtcpCastMessage::RtcpCastMessage(uint32 media_ssrc)
55 RtcpReceiverFrameLogMessage::RtcpReceiverFrameLogMessage(uint32 timestamp)
94 uint32 rtp_timestamp = it->rtp_timestamp_;
132 uint32 rtp_timestamp = it->rtp_timestamp;
176 uint32 local_ssrc,
177 uint32 remote_ssrc,
219 uint32 Rtcp::GetSsrcOfSender(const uint8* rtcp_buffer, size_t length) {
221 uint32 ssrc_of_sender;
247 uint32 packet_type_flags = 0;
281 uint32 delay_seconds = 0;
282 uint32 delay_fraction = 0;
307 uint32 packet_type_flags = RtcpSender::kRtcpSr;
326 uint32 delay_seconds = 0;
327 uint32 delay_fraction = 0;
343 void Rtcp::OnReceivedNtp(uint32 ntp_seconds, uint32 ntp_fraction) {
350 void Rtcp::OnReceivedLipSyncInfo(uint32 rtp_timestamp,
351 uint32 ntp_seconds,
352 uint32 ntp_fraction) {
365 bool Rtcp::RtpTimestampInSenderTime(int frequency, uint32 rtp_timestamp,
396 void Rtcp::OnReceivedDelaySinceLastReport(uint32 receivers_ssrc,
397 uint32 last_report,
398 uint32 delay_since_last_report) {
410 uint32 last_ntp_seconds,
411 uint32 last_ntp_fraction) {
418 uint32 last_report = ConvertToNtpDiff(last_ntp_seconds, last_ntp_fraction);
474 int Rtcp::CheckForWrapAround(uint32 new_timestamp,
475 uint32 old_timestamp) const {