Home
last modified time | relevance | path

Searched refs:packet_timestamp (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/rtc_base/
Dtest_client.cc111 bool TestClient::CheckTimestamp(int64_t packet_timestamp) { in CheckTimestamp() argument
113 if (packet_timestamp == -1) { in CheckTimestamp()
117 if (packet_timestamp < prev_packet_timestamp_) { in CheckTimestamp()
121 prev_packet_timestamp_ = packet_timestamp; in CheckTimestamp()
Dtest_client.h104 bool CheckTimestamp(int64_t packet_timestamp);
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_module.cc49 int64_t packet_timestamp, in TokenizePacket() argument
55 packet_timestamp); in TokenizePacket()
58 packet_timestamp); in TokenizePacket()
Dtrack_event_tokenizer.h52 int64_t packet_timestamp);
59 int64_t packet_timestamp);
Dtrack_event_tokenizer.cc60 int64_t packet_timestamp) { in TokenizeTrackDescriptorPacket() argument
93 static_cast<uint32_t>(thread.tid()), packet_timestamp); in TokenizeTrackDescriptorPacket()
106 packet_timestamp); in TokenizeTrackDescriptorPacket()
198 int64_t packet_timestamp) { in TokenizeTrackEventPacket() argument
246 timestamp = packet_timestamp; in TokenizeTrackEventPacket()
Dandroid_probes_module.cc88 int64_t packet_timestamp, in TokenizePacket() argument
140 : packet_timestamp; in TokenizePacket()
Dsystem_probes_module.h35 int64_t packet_timestamp,
Dandroid_probes_module.h37 int64_t packet_timestamp,
Dtrack_event_module.h38 int64_t packet_timestamp,
Dmetadata_module.h38 int64_t packet_timestamp,
Dprofile_module.h39 int64_t packet_timestamp,
Dproto_importer_module.h109 int64_t packet_timestamp,
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_module_impl.h40 int64_t packet_timestamp,
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_egress.cc160 [this, packet_timestamp = packet->Timestamp(), in SendPacket()
166 const uint32_t timestamp = packet_timestamp - timestamp_offset_; in SendPacket()