Searched refs:capture_timestamp (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_video.cc | 102 const uint32_t capture_timestamp, in SendVideoPacket() argument 110 "Video::PacketNormal", "timestamp", capture_timestamp, in SendVideoPacket() 121 const uint32_t capture_timestamp, in SendVideoPacketAsRed() argument 156 "Video::PacketRed", "timestamp", capture_timestamp, in SendVideoPacketAsRed() 168 "Video::PacketFec", "timestamp", capture_timestamp, in SendVideoPacketAsRed()
|
D | rtp_sender_video.h | 90 const uint32_t capture_timestamp, 98 const uint32_t capture_timestamp,
|
D | rtp_sender.cc | 503 uint32_t capture_timestamp, in SendOutgoingData() argument 527 TRACE_EVENT_ASYNC_STEP1("webrtc", "Audio", capture_timestamp, in SendOutgoingData() 532 ret_val = audio_->SendAudio(frame_type, payload_type, capture_timestamp, in SendOutgoingData() 544 capture_timestamp, capture_time_ms, payload_data, in SendOutgoingData() 1200 uint32_t capture_timestamp, in BuildRTPheader() argument 1208 timestamp_ = start_timestamp_ + capture_timestamp; in BuildRTPheader()
|
D | rtp_sender.h | 57 uint32_t capture_timestamp, 242 uint32_t capture_timestamp,
|
/external/webrtc/webrtc/modules/pacing/ |
D | packet_router.cc | 44 int64_t capture_timestamp, in TimeToSendPacket() argument 50 capture_timestamp, retransmission); in TimeToSendPacket()
|
D | packet_router.h | 45 int64_t capture_timestamp,
|
/external/webrtc/webrtc/call/ |
D | call_perf_tests.cc | 469 uint32_t capture_timestamp = header.timestamp - rtp_start_timestamp_; in TestCaptureNtpTime() local 472 std::make_pair(header.timestamp, capture_timestamp)); in TestCaptureNtpTime()
|
D | rtc_event_log_unittest.cc | 335 uint32_t capture_timestamp = prng->Rand<uint32_t>(); in GenerateRtpPacket() local 341 packet, payload_type, marker_bit, capture_timestamp, capture_time_ms, in GenerateRtpPacket()
|