#include <stdio.h>
#include <memory>
#include <vector>
#include "webrtc/base/gunit.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/thread.h"
#include "webrtc/media/base/fakevideocapturer.h"
#include "webrtc/media/base/fakevideorenderer.h"
#include "webrtc/media/base/testutils.h"
#include "webrtc/media/base/videocapturer.h"
|
| TEST_F (VideoCapturerTest, CaptureState) |
|
| TEST_F (VideoCapturerTest, ScreencastScaledOddWidth) |
|
| TEST_F (VideoCapturerTest, TestRotationAppliedBySource) |
|
| TEST_F (VideoCapturerTest, TestRotationAppliedBySinkByDefault) |
|
| TEST_F (VideoCapturerTest, TestRotationAppliedBySourceWhenDifferentWants) |
|
| TEST_F (VideoCapturerTest, SinkWantsMaxPixelAndMaxPixelCountStepUp) |
|
| TEST_F (VideoCapturerTest, TestFourccMatch) |
|
| TEST_F (VideoCapturerTest, TestResolutionMatch) |
|
| TEST_F (VideoCapturerTest, TestHDResolutionMatch) |
|
| TEST_F (VideoCapturerTest, TestStrangeFormats) |
|
| TEST_F (VideoCapturerTest, TestPoorFpsFormats) |
|
| TEST_F (VideoCapturerTest, TestSameSizeDifferentFpsFormats) |
|
| TEST_F (VideoCapturerTest, TestFpsFormats) |
|
| TEST_F (VideoCapturerTest, TestRequest16x10_9) |
|
bool | HdFormatInList (const std::vector< cricket::VideoFormat > &formats) |
|
| TEST_F (VideoCapturerTest, Whitelist) |
|
| TEST_F (VideoCapturerTest, BlacklistAllFormats) |
|
◆ HdFormatInList()
◆ TEST_F() [1/16]
◆ TEST_F() [2/16]
◆ TEST_F() [3/16]
◆ TEST_F() [4/16]
◆ TEST_F() [5/16]
◆ TEST_F() [6/16]
◆ TEST_F() [7/16]
◆ TEST_F() [8/16]
◆ TEST_F() [9/16]
◆ TEST_F() [10/16]
◆ TEST_F() [11/16]
◆ TEST_F() [12/16]
◆ TEST_F() [13/16]
◆ TEST_F() [14/16]
◆ TEST_F() [15/16]
◆ TEST_F() [16/16]