Searched refs:InternalStatsKey (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | default_video_quality_analyzer.h | 154 struct InternalStatsKey { struct 155 InternalStatsKey(size_t stream, size_t sender, size_t receiver) in InternalStatsKey() argument 166 bool operator<(const InternalStatsKey& a, const InternalStatsKey& b); 167 bool operator==(const InternalStatsKey& a, const InternalStatsKey& b); 279 FrameComparison(InternalStatsKey stats_key, 286 InternalStatsKey stats_key; 465 void AddComparison(InternalStatsKey stats_key, 490 StatsKey ToStatsKey(const InternalStatsKey& key) const 528 std::map<InternalStatsKey, FrameCounters> stream_frame_counters_ 543 std::map<InternalStatsKey, StreamStats> stream_stats_ [all …]
|
D | default_video_quality_analyzer.cc | 101 std::string InternalStatsKey::ToString() const { in ToString() 108 bool operator<(const InternalStatsKey& a, const InternalStatsKey& b) { in operator <() 118 bool operator==(const InternalStatsKey& a, const InternalStatsKey& b) { in operator ==() 187 InternalStatsKey stats_key(stream_index, peer_index, i); in OnFrameCaptured() 210 InternalStatsKey key(stream_index, peer_index, i); in OnFrameCaptured() 236 InternalStatsKey key(stream_index, peer_index, i); in OnFrameCaptured() 242 AddComparison(InternalStatsKey(stream_index, peer_index, i), in OnFrameCaptured() 292 InternalStatsKey key(it->second.stream(), peer_index, i); in OnFramePreEncode() 315 InternalStatsKey key(it->second.stream(), peer_index, i); in OnFrameEncoded() 349 InternalStatsKey key(it->second.stream(), in OnFramePreDecode() [all …]
|