// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/views/media_preview/camera_preview/video_format_comparison.h" #include "media/capture/video_capture_types.h" #include "testing/gtest/include/gtest/gtest.h" namespace video_format_comparison { TEST(VideoFormatComparisonTest, FrameRateTest) { … } TEST(VideoFormatComparisonTest, FrameRateTest2) { … } TEST(VideoFormatComparisonTest, WidthViewTest) { … } TEST(VideoFormatComparisonTest, ChooseTheClosetFormat) { … } } // namespace video_format_comparison