webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Functions
videocapturer_unittest.cc File Reference
#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"

Classes

class  VideoCapturerTest
 

Functions

 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)
 

Function Documentation

◆ HdFormatInList()

bool HdFormatInList ( const std::vector< cricket::VideoFormat > &  formats)

◆ TEST_F() [1/16]

TEST_F ( VideoCapturerTest  ,
CaptureState   
)

◆ TEST_F() [2/16]

TEST_F ( VideoCapturerTest  ,
ScreencastScaledOddWidth   
)

◆ TEST_F() [3/16]

TEST_F ( VideoCapturerTest  ,
TestRotationAppliedBySource   
)

◆ TEST_F() [4/16]

TEST_F ( VideoCapturerTest  ,
TestRotationAppliedBySinkByDefault   
)

◆ TEST_F() [5/16]

TEST_F ( VideoCapturerTest  ,
TestRotationAppliedBySourceWhenDifferentWants   
)

◆ TEST_F() [6/16]

TEST_F ( VideoCapturerTest  ,
SinkWantsMaxPixelAndMaxPixelCountStepUp   
)

◆ TEST_F() [7/16]

TEST_F ( VideoCapturerTest  ,
TestFourccMatch   
)

◆ TEST_F() [8/16]

TEST_F ( VideoCapturerTest  ,
TestResolutionMatch   
)

◆ TEST_F() [9/16]

TEST_F ( VideoCapturerTest  ,
TestHDResolutionMatch   
)

◆ TEST_F() [10/16]

TEST_F ( VideoCapturerTest  ,
TestStrangeFormats   
)

◆ TEST_F() [11/16]

TEST_F ( VideoCapturerTest  ,
TestPoorFpsFormats   
)

◆ TEST_F() [12/16]

TEST_F ( VideoCapturerTest  ,
TestSameSizeDifferentFpsFormats   
)

◆ TEST_F() [13/16]

TEST_F ( VideoCapturerTest  ,
TestFpsFormats   
)

◆ TEST_F() [14/16]

TEST_F ( VideoCapturerTest  ,
TestRequest16x10_9   
)

◆ TEST_F() [15/16]

TEST_F ( VideoCapturerTest  ,
Whitelist   
)

◆ TEST_F() [16/16]

TEST_F ( VideoCapturerTest  ,
BlacklistAllFormats   
)