webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
cricket::VideoAdapterTest Class Reference
Inheritance diagram for cricket::VideoAdapterTest:
testing::Test

Classes

class  VideoCapturerListener
 

Public Member Functions

virtual void SetUp ()
 
virtual void TearDown ()
 

Protected Member Functions

void VerifyAdaptedResolution (const VideoCapturerListener::Stats &stats, int cropped_width, int cropped_height, int out_width, int out_height)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

std::unique_ptr< FakeVideoCapturercapturer_
 
VideoAdapter adapter_
 
int cropped_width_
 
int cropped_height_
 
int out_width_
 
int out_height_
 
std::unique_ptr< VideoCapturerListenerlistener_
 
VideoFormat capture_format_
 

Member Function Documentation

◆ SetUp()

virtual void cricket::VideoAdapterTest::SetUp ( )
inlinevirtual

Reimplemented from testing::Test.

◆ TearDown()

virtual void cricket::VideoAdapterTest::TearDown ( )
inlinevirtual

Reimplemented from testing::Test.

◆ VerifyAdaptedResolution()

void cricket::VideoAdapterTest::VerifyAdaptedResolution ( const VideoCapturerListener::Stats stats,
int  cropped_width,
int  cropped_height,
int  out_width,
int  out_height 
)
inlineprotected

Member Data Documentation

◆ adapter_

VideoAdapter cricket::VideoAdapterTest::adapter_
protected

◆ capture_format_

VideoFormat cricket::VideoAdapterTest::capture_format_
protected

◆ capturer_

std::unique_ptr<FakeVideoCapturer> cricket::VideoAdapterTest::capturer_
protected

◆ cropped_height_

int cricket::VideoAdapterTest::cropped_height_
protected

◆ cropped_width_

int cricket::VideoAdapterTest::cropped_width_
protected

◆ listener_

std::unique_ptr<VideoCapturerListener> cricket::VideoAdapterTest::listener_
protected

◆ out_height_

int cricket::VideoAdapterTest::out_height_
protected

◆ out_width_

int cricket::VideoAdapterTest::out_width_
protected

The documentation for this class was generated from the following file: