Searched defs:timestamp_provided (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/call/
H A Drtc_event_log_unittest.cc337 bool timestamp_provided = prng->Rand<bool>(); local
342 timestamp_provided, inc_sequence_number);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.cc604 bool timestamp_provided,
627 if (!timestamp_provided) {
1202 bool timestamp_provided,
1207 if (timestamp_provided) {
603 SendPadData(size_t bytes, bool timestamp_provided, uint32_t timestamp, int64_t capture_time_ms) argument
1197 BuildRTPheader(uint8_t* data_buffer, int8_t payload_type, bool marker_bit, uint32_t capture_timestamp, int64_t capture_time_ms, bool timestamp_provided, bool inc_sequence_number) argument

Completed in 83 milliseconds