HomeSort by relevance Sort by last modified time
    Searched defs:capture_time_ms (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame.h 54 int64_t capture_time_ms() const { return capture_time_ms_; } function in class:webrtc::DesktopFrame
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history_unittest.cc 70 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); local
72 EXPECT_EQ(0, hist_->PutRTPPacket(packet_, len, capture_time_ms,
83 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); local
85 capture_time_ms, kAllowRetransmission));
102 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); local
103 EXPECT_EQ(0, hist_->PutRTPPacket(packet_, len, capture_time_ms,
111 int64_t capture_time_ms = 1; local
113 EXPECT_EQ(0, hist_->PutRTPPacket(packet_, len, capture_time_ms,
121 EXPECT_EQ(capture_time_ms, time);
131 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds() local
149 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); local
167 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); local
198 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); local
228 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); local
273 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); local
    [all...]
rtp_sender_unittest.cc 114 int64_t capture_time_ms,
164 void SendPacket(int64_t capture_time_ms, int payload_length) {
165 uint32_t timestamp = capture_time_ms * 90;
167 packet_, kPayload, kMarkerBit, timestamp, capture_time_ms);
172 packet_, payload_length, rtp_length, capture_time_ms,
641 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); local
643 packet_, kPayload, kMarkerBit, kTimestamp, capture_time_ms);
649 capture_time_ms, kAllowRetransmission,
657 rtp_sender_->TimeToSendPacket(kSeqNum, capture_time_ms, false);
693 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds() local
773 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); local
896 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); local
1287 int64_t capture_time_ms = fake_clock_.TimeInMilliseconds(); local
    [all...]
rtp_sender.cc 504 int64_t capture_time_ms,
535 TRACE_EVENT_ASYNC_STEP1("webrtc", "Video", capture_time_ms,
544 capture_timestamp, capture_time_ms, payload_data,
573 int64_t capture_time_ms; local
575 &capture_time_ms)) {
578 if (!PrepareAndSendPacket(buffer, length, capture_time_ms, true, false))
606 int64_t capture_time_ms) {
629 capture_time_ms = capture_time_ms_;
652 capture_time_ms +=
675 if (capture_time_ms > 0)
713 int64_t capture_time_ms; local
    [all...]
  /external/webrtc/webrtc/video/
overuse_frame_detector_unittest.cc 78 int64_t capture_time_ms = clock_->TimeInMilliseconds(); local
79 overuse_detector_->FrameCaptured(width, height, capture_time_ms);
81 overuse_detector_->FrameSent(capture_time_ms);
  /external/webrtc/webrtc/modules/pacing/
paced_sender_unittest.cc 32 int64_t capture_time_ms,
44 int64_t capture_time_ms,
72 int64_t capture_time_ms,
124 int64_t capture_time_ms,
127 send_bucket_->InsertPacket(priority, ssrc, sequence_number, capture_time_ms,
130 TimeToSendPacket(ssrc, sequence_number, capture_time_ms, false))
390 int64_t capture_time_ms = 56789; local
400 capture_time_ms,
413 int64_t capture_time_ms = 56789; local
427 sequence_number++, capture_time_ms,
442 int64_t capture_time_ms = 56789; local
505 int64_t capture_time_ms = 56789; local
537 int64_t capture_time_ms = clock_.TimeInMilliseconds(); local
612 int64_t capture_time_ms = clock_.TimeInMilliseconds(); local
    [all...]
paced_sender.cc 44 int64_t capture_time_ms,
52 capture_time_ms(capture_time_ms),
61 int64_t capture_time_ms; member in struct:webrtc::paced_sender::Packet
81 if (first->capture_time_ms != second->capture_time_ms)
82 return first->capture_time_ms > second->capture_time_ms;
299 int64_t capture_time_ms,
309 if (capture_time_ms < 0
    [all...]
  /external/webrtc/webrtc/call/
rtc_event_log_unittest.cc 336 int64_t capture_time_ms = prng->Rand<uint32_t>(); local
341 packet, payload_type, marker_bit, capture_timestamp, capture_time_ms,
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h 178 capture_time_ms(-1),
184 int64_t capture_time_ms; member in struct:webrtc::RtpState
402 int64_t capture_time_ms,

Completed in 590 milliseconds