Home
last modified time | relevance | path

Searched refs:set_capture_time_ms (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/modules/desktop_capture/
Ddesktop_frame.cc132 set_capture_time_ms(other.capture_time_ms()); in CopyFrameInfoFrom()
141 set_capture_time_ms(other->capture_time_ms()); in MoveFrameInfoFrom()
Ddesktop_frame.h77 void set_capture_time_ms(int64_t time_ms) { capture_time_ms_ = time_ms; } in set_capture_time_ms() function
Ddesktop_capturer_differ_wrapper.cc220 frame->set_capture_time_ms(frame->capture_time_ms() + in OnCaptureResult()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender.cc453 padding_packet->set_capture_time_ms(capture_time_ms_); in GeneratePadding()
488 padding_packet->set_capture_time_ms( in GeneratePadding()
525 packet->set_capture_time_ms(now_ms); in SendToNetwork()
544 packet->set_capture_time_ms(now_ms); in EnqueuePackets()
813 rtx_packet->set_capture_time_ms(packet.capture_time_ms()); in BuildRtxPacket()
Drtp_sender_audio.cc268 packet->set_capture_time_ms(clock_->TimeInMilliseconds()); in SendAudio()
364 packet->set_capture_time_ms(clock_->TimeInMilliseconds()); in SendTelephoneEventPacket()
Drtp_packet_to_send.h45 void set_capture_time_ms(int64_t time) { capture_time_ms_ = time; } in set_capture_time_ms() function
Dflexfec_sender.cc145 fec_packet_to_send->set_capture_time_ms(clock_->TimeInMilliseconds()); in GetFecPackets()
Drtp_packet_history_unittest.cc48 packet->set_capture_time_ms(fake_clock_.TimeInMilliseconds()); in CreateRtpPacket()
127 packet->set_capture_time_ms(capture_time_ms); in TEST_P()
Drtp_sender_video.cc441 single_packet->set_capture_time_ms(capture_time_ms); in SendVideo()
Drtp_sender_unittest.cc404 packet->set_capture_time_ms(capture_time_ms); in BuildRtpPacket()
888 packet->set_capture_time_ms(capture_time_ms); in TEST_P()
923 packet->set_capture_time_ms(capture_time_ms); in TEST_P()
957 packet->set_capture_time_ms(clock_->TimeInMilliseconds()); in TEST_P()
/external/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.cc95 frame->set_capture_time_ms((rtc::TimeNanos() - capture_start_time_nanos) / in CaptureFrame()
Dscreen_capturer_win_directx.cc172 frame->set_capture_time_ms((rtc::TimeNanos() - capture_start_time_nanos) / in CaptureFrame()
Dscreen_capturer_win_magnifier.cc118 frame->set_capture_time_ms((rtc::TimeNanos() - capture_start_time_nanos) / in CaptureFrame()
/external/webrtc/modules/desktop_capture/linux/
Dscreen_capturer_x11.cc267 result->set_capture_time_ms((rtc::TimeNanos() - capture_start_time_nanos) / in CaptureFrame()
/external/webrtc/modules/pacing/
Dpacing_controller.cc297 packet->set_capture_time_ms(now.ms()); in EnqueuePacketInternal()
Dpacing_controller_unittest.cc63 packet->set_capture_time_ms(capture_time_ms); in BuildPacket()
/external/webrtc/modules/desktop_capture/mac/
Dscreen_capturer_mac.mm261 new_frame->set_capture_time_ms((rtc::TimeNanos() - capture_start_time_nanos) /