chromium/third_party/webrtc/test/pc/e2e/analyzer/video/default_video_quality_analyzer_internal_shared_objects.cc

/*
 *  Copyright (c) 2021 The WebRTC project authors. All Rights Reserved.
 *
 *  Use of this source code is governed by a BSD-style license
 *  that can be found in the LICENSE file in the root of the source
 *  tree. An additional intellectual property rights grant can be found
 *  in the file PATENTS.  All contributing project authors may
 *  be found in the AUTHORS file in the root of the source tree.
 */
#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)
    :{}

}  // namespace webrtc