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

  /external/chromium_org/media/cast/rtcp/
rtcp_sender_unittest.cc 279 p.AddReceiverFrameLog(kRtpTimestamp, 2, kTimeBaseMs);
286 frame_event.rtp_timestamp = kRtpTimestamp;
294 packet_event.rtp_timestamp = kRtpTimestamp;
339 kRtpTimestamp + 2345,
352 frame_event.rtp_timestamp = kRtpTimestamp;
360 packet_event.rtp_timestamp = kRtpTimestamp + 2345;
409 p.AddReceiverFrameLog(kRtpTimestamp + i, 1, kTimeBaseMs + i * kTimeDelayMs);
418 frame_event.rtp_timestamp = kRtpTimestamp + static_cast<int>(i);
459 p.AddReceiverFrameLog(kRtpTimestamp, 10, kTimeBaseMs + kTimeBetweenEventsMs);
468 frame_event.rtp_timestamp = kRtpTimestamp;
    [all...]
test_rtcp_packet_builder.h 23 static const int kRtpTimestamp = 0x10203040;
rtcp_receiver_unittest.cc 159 expected_sender_info_.rtp_timestamp = kRtpTimestamp;
444 RtcpReceiverFrameLogMessage frame_log(kRtpTimestamp);
471 p.AddReceiverFrameLog(kRtpTimestamp, 3, kTimeBaseMs);
477 p.AddReceiverFrameLog(kRtpTimestamp, 3, kTimeBaseMs);
510 RtcpReceiverFrameLogMessage frame_log(kRtpTimestamp);
527 p.AddReceiverFrameLog(kRtpTimestamp, 1, kTimeBaseMs + i * kTimeDelayMs);
test_rtcp_packet_builder.cc 23 big_endian_writer_.WriteU32(kRtpTimestamp);
  /external/chromium_org/media/cast/transport/rtcp/
rtcp_builder_unittest.cc 80 sender_info.rtp_timestamp = kRtpTimestamp;
104 sender_info.rtp_timestamp = kRtpTimestamp;
135 sender_info.rtp_timestamp = kRtpTimestamp;

Completed in 153 milliseconds