Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_logging.cc156 !message.received_time() || in OnPostDispatchMessage()
304 data->receive = message.received_time(); in GenerateLogData()
Dipc_message.h222 int64_t received_time() const { return received_time_; } in received_time() function
Dipc_message_utils.h1051 if (msg->received_time() != 0) {
/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer.cc730 (frame_stats.rendered_time - frame_stats.received_time).ms()); in ProcessComparison()
1055 webrtc::Timestamp received_time, in OnFramePreDecode() argument
1057 receiver_stats_[peer].received_time = received_time; in OnFramePreDecode()
1067 return it->second.received_time.IsFinite(); in HasReceivedTime()
1109 stats.received_time = receiver_stats->received_time; in GetStatsForPeer()
Ddefault_video_quality_analyzer.h247 Timestamp received_time = Timestamp::MinusInfinity();
347 Timestamp received_time = Timestamp::MinusInfinity();
390 webrtc::Timestamp received_time,