Searched defs:InternalStatsKey (Results 1 – 2 of 2) sorted by relevance
29 struct InternalStatsKey { struct30 InternalStatsKey(size_t stream, size_t sender, size_t receiver) in InternalStatsKey() argument40 // Required to use InternalStatsKey as std::map key. argument
202 const std::map<InternalStatsKey, Timestamp>& last_rendered_frame_times) { in Stop()273 rtc::ArrayView<std::pair<InternalStatsKey, Timestamp>> stream_started_time, in RegisterParticipantInCall()