Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.cc111 const uint32_t capture_timestamp, in SendVideoPacket() argument
125 "timestamp", capture_timestamp, in SendVideoPacket()
163 "timestamp", capture_timestamp, in SendVideoPacket()
187 "timestamp", capture_timestamp, in SendVideoPacket()
335 const uint32_t capture_timestamp, in SendGeneric() argument
365 capture_timestamp, in SendGeneric()
382 capture_timestamp, capture_time_ms, in SendGeneric()
Drtp_sender_video.h93 const uint32_t capture_timestamp,
101 const uint32_t capture_timestamp,
Drtp_sender.cc387 const uint32_t capture_timestamp, int64_t capture_time_ms, in SendOutgoingData() argument
406 TRACE_EVENT_ASYNC_STEP1("webrtc", "Audio", capture_timestamp, in SendOutgoingData()
411 ret_val = audio_->SendAudio(frame_type, payload_type, capture_timestamp, in SendOutgoingData()
423 return SendPaddingAccordingToBitrate(payload_type, capture_timestamp, in SendOutgoingData()
427 capture_timestamp, capture_time_ms, in SendOutgoingData()
468 int8_t payload_type, uint32_t capture_timestamp, in SendPaddingAccordingToBitrate() argument
495 timestamp = start_time_stamp_ + capture_timestamp; in SendPaddingAccordingToBitrate()
1046 const bool marker_bit, const uint32_t capture_timestamp, in BuildRTPheader() argument
1053 timestamp_ = start_time_stamp_ + capture_timestamp; in BuildRTPheader()
Drtp_sender.h306 uint32_t capture_timestamp,
/external/chromium_org/third_party/webrtc/video/
Dcall_perf_tests.cc428 uint32_t capture_timestamp = header.timestamp - rtp_start_timestamp_; in OnSendRtp() local
431 capture_timestamp)); in OnSendRtp()