#include "test/pc/e2e/analyzer/video/default_video_quality_analyzer_internal_shared_objects.h"
#include "api/video/video_frame.h"
#include "rtc_base/strings/string_builder.h"
namespace webrtc {
std::string InternalStatsKey::ToString() const { … }
bool operator<(const InternalStatsKey& a, const InternalStatsKey& b) { … }
bool operator==(const InternalStatsKey& a, const InternalStatsKey& b) { … }
FrameComparison::FrameComparison(InternalStatsKey stats_key,
absl::optional<VideoFrame> captured,
absl::optional<VideoFrame> rendered,
FrameComparisonType type,
FrameStats frame_stats,
OverloadReason overload_reason)
: … { … }
}