Home
last modified time | relevance | path

Searched refs:capture_timestamp (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.cc102 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()
Drtp_sender_video.h90 const uint32_t capture_timestamp,
98 const uint32_t capture_timestamp,
Drtp_sender.cc503 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()
Drtp_sender.h57 uint32_t capture_timestamp,
242 uint32_t capture_timestamp,
/external/webrtc/webrtc/modules/pacing/
Dpacket_router.cc44 int64_t capture_timestamp, in TimeToSendPacket() argument
50 capture_timestamp, retransmission); in TimeToSendPacket()
Dpacket_router.h45 int64_t capture_timestamp,
/external/webrtc/webrtc/call/
Dcall_perf_tests.cc469 uint32_t capture_timestamp = header.timestamp - rtp_start_timestamp_; in TestCaptureNtpTime() local
472 std::make_pair(header.timestamp, capture_timestamp)); in TestCaptureNtpTime()
Drtc_event_log_unittest.cc335 uint32_t capture_timestamp = prng->Rand<uint32_t>(); in GenerateRtpPacket() local
341 packet, payload_type, marker_bit, capture_timestamp, capture_time_ms, in GenerateRtpPacket()