Home
last modified time | relevance | path

Searched refs:capture_time_ms (Results 1 – 25 of 33) sorted by relevance

12

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history_unittest.cc70 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); in TEST_F() local
72 EXPECT_EQ(0, hist_->PutRTPPacket(packet_, len, capture_time_ms, in TEST_F()
83 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); in TEST_F() local
85 capture_time_ms, kAllowRetransmission)); in TEST_F()
102 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); in TEST_F() local
103 EXPECT_EQ(0, hist_->PutRTPPacket(packet_, len, capture_time_ms, in TEST_F()
111 int64_t capture_time_ms = 1; in TEST_F() local
113 EXPECT_EQ(0, hist_->PutRTPPacket(packet_, len, capture_time_ms, in TEST_F()
121 EXPECT_EQ(capture_time_ms, time); in TEST_F()
131 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); in TEST_F() local
[all …]
Drtp_sender_video.cc103 int64_t capture_time_ms, in SendVideoPacket() argument
106 capture_time_ms, storage, in SendVideoPacket()
122 int64_t capture_time_ms, in SendVideoPacketAsRed() argument
152 rtp_header_length, capture_time_ms, media_packet_storage, in SendVideoPacketAsRed()
164 rtp_header_length, capture_time_ms, fec_storage, in SendVideoPacketAsRed()
229 int64_t capture_time_ms, in SendVideo() argument
283 dataBuffer, payloadType, last, captureTimeStamp, capture_time_ms); in SendVideo()
314 captureTimeStamp, capture_time_ms, storage, in SendVideo()
319 capture_time_ms, storage); in SendVideo()
324 "webrtc", "Video", capture_time_ms, "timestamp", _rtpSender.Timestamp()); in SendVideo()
Drtp_sender.cc504 int64_t capture_time_ms, in SendOutgoingData() argument
535 TRACE_EVENT_ASYNC_STEP1("webrtc", "Video", capture_time_ms, in SendOutgoingData()
544 capture_timestamp, capture_time_ms, payload_data, in SendOutgoingData()
573 int64_t capture_time_ms; in TrySendRedundantPayloads() local
575 &capture_time_ms)) { in TrySendRedundantPayloads()
578 if (!PrepareAndSendPacket(buffer, length, capture_time_ms, true, false)) in TrySendRedundantPayloads()
606 int64_t capture_time_ms) { in SendPadData() argument
629 capture_time_ms = capture_time_ms_; in SendPadData()
652 capture_time_ms += in SendPadData()
675 if (capture_time_ms > 0) { in SendPadData()
[all …]
Drtp_sender_unittest.cc114 int64_t capture_time_ms,
164 void SendPacket(int64_t capture_time_ms, int payload_length) { in SendPacket() argument
165 uint32_t timestamp = capture_time_ms * 90; in SendPacket()
167 packet_, kPayload, kMarkerBit, timestamp, capture_time_ms); in SendPacket()
172 packet_, payload_length, rtp_length, capture_time_ms, in SendPacket()
641 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); in TEST_F() local
643 packet_, kPayload, kMarkerBit, kTimestamp, capture_time_ms); in TEST_F()
649 capture_time_ms, kAllowRetransmission, in TEST_F()
657 rtp_sender_->TimeToSendPacket(kSeqNum, capture_time_ms, false); in TEST_F()
693 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); in TEST_F() local
[all …]
Drtp_sender.h58 int64_t capture_time_ms,
76 int64_t capture_time_ms,
153 int64_t capture_time_ms,
210 bool TimeToSendPacket(uint16_t sequence_number, int64_t capture_time_ms,
243 int64_t capture_time_ms,
259 int64_t capture_time_ms,
301 int64_t capture_time_ms);
336 int64_t capture_time_ms,
355 void UpdateDelayStatistics(int64_t capture_time_ms, int64_t now_ms);
Drtp_sender_video.h51 int64_t capture_time_ms,
91 int64_t capture_time_ms,
99 int64_t capture_time_ms,
Drtp_packet_history.cc79 int64_t capture_time_ms, in PutRTPPacket() argument
121 (capture_time_ms > 0) ? capture_time_ms : clock_->TimeInMilliseconds(); in PutRTPPacket()
Drtp_rtcp_impl.cc404 int64_t capture_time_ms, in SendOutgoingData() argument
409 rtcp_sender_.SetLastRtpTime(time_stamp, capture_time_ms); in SendOutgoingData()
415 frame_type, payload_type, time_stamp, capture_time_ms, payload_data, in SendOutgoingData()
421 int64_t capture_time_ms, in TimeToSendPacket() argument
425 sequence_number, capture_time_ms, retransmission); in TimeToSendPacket()
Drtp_rtcp_impl.h113 int64_t capture_time_ms,
121 int64_t capture_time_ms,
Drtp_packet_history.h42 int64_t capture_time_ms,
/external/webrtc/webrtc/modules/pacing/
Dpaced_sender_unittest.cc32 int64_t capture_time_ms,
44 int64_t capture_time_ms, in TimeToSendPacket() argument
72 int64_t capture_time_ms, in TimeToSendPacket() argument
124 int64_t capture_time_ms, in SendAndExpectPacket() argument
127 send_bucket_->InsertPacket(priority, ssrc, sequence_number, capture_time_ms, in SendAndExpectPacket()
130 TimeToSendPacket(ssrc, sequence_number, capture_time_ms, false)) in SendAndExpectPacket()
390 int64_t capture_time_ms = 56789; in TEST_F() local
400 capture_time_ms, in TEST_F()
413 int64_t capture_time_ms = 56789; in TEST_F() local
427 sequence_number++, capture_time_ms, in TEST_F()
[all …]
Dpaced_sender.cc44 int64_t capture_time_ms, in Packet()
52 capture_time_ms(capture_time_ms), in Packet()
61 int64_t capture_time_ms; member
81 if (first->capture_time_ms != second->capture_time_ms) in operator ()()
82 return first->capture_time_ms > second->capture_time_ms; in operator ()()
299 int64_t capture_time_ms, in InsertPacket() argument
309 if (capture_time_ms < 0) in InsertPacket()
310 capture_time_ms = now_ms; in InsertPacket()
313 capture_time_ms, now_ms, bytes, in InsertPacket()
429 packet.capture_time_ms, in SendPacket()
Dpaced_sender.h44 int64_t capture_time_ms,
103 int64_t capture_time_ms,
/external/webrtc/webrtc/video/
Doveruse_frame_detector.cc245 int64_t capture_time_ms) { in FrameCaptured() argument
258 frame_queue_->Start(capture_time_ms, now); in FrameCaptured()
261 void OveruseFrameDetector::FrameSent(int64_t capture_time_ms) { in FrameSent() argument
263 int delay_ms = frame_queue_->End(capture_time_ms, in FrameSent()
Dpayload_router.cc54 int64_t capture_time_ms, in RoutePayload() argument
73 frame_type, payload_type, time_stamp, capture_time_ms, payload_data, in RoutePayload()
Doveruse_frame_detector.h86 void FrameCaptured(int width, int height, int64_t capture_time_ms);
89 void FrameSent(int64_t capture_time_ms);
Doveruse_frame_detector_unittest.cc78 int64_t capture_time_ms = clock_->TimeInMilliseconds(); in InsertAndSendFramesWithInterval() local
79 overuse_detector_->FrameCaptured(width, height, capture_time_ms); in InsertAndSendFramesWithInterval()
81 overuse_detector_->FrameSent(capture_time_ms); in InsertAndSendFramesWithInterval()
Dpayload_router.h52 int64_t capture_time_ms,
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h178 capture_time_ms(-1), in RtpState()
184 int64_t capture_time_ms; member
402 int64_t capture_time_ms,
Drtp_rtcp.h303 int64_t capture_time_ms,
311 int64_t capture_time_ms,
/external/webrtc/webrtc/modules/pacing/mock/
Dmock_paced_sender.h29 int64_t capture_time_ms,
/external/webrtc/webrtc/modules/desktop_capture/
Dshared_desktop_frame.cc63 result->set_capture_time_ms(capture_time_ms()); in Share()
Ddesktop_frame.h54 int64_t capture_time_ms() const { return capture_time_ms_; } in capture_time_ms() function
Ddesktop_frame.cc75 result->set_capture_time_ms(frame.capture_time_ms()); in CopyOf()
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h127 int64_t capture_time_ms,
133 bool(uint32_t ssrc, uint16_t sequence_number, int64_t capture_time_ms,

12