webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Protected Member Functions | Protected Attributes | List of all members
webrtc::test::VideoProcessorTest Class Reference
Inheritance diagram for webrtc::test::VideoProcessorTest:
testing::Test

Protected Member Functions

 VideoProcessorTest ()
 
virtual ~VideoProcessorTest ()
 
void SetUp ()
 
void TearDown ()
 
void ExpectInit ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

MockVideoEncoder encoder_mock_
 
MockVideoDecoder decoder_mock_
 
MockFrameReader frame_reader_mock_
 
MockFrameWriter frame_writer_mock_
 
MockPacketManipulator packet_manipulator_mock_
 
Stats stats_
 
TestConfig config_
 
VideoCodec codec_settings_
 

Constructor & Destructor Documentation

◆ VideoProcessorTest()

webrtc::test::VideoProcessorTest::VideoProcessorTest ( )
inlineprotected

◆ ~VideoProcessorTest()

virtual webrtc::test::VideoProcessorTest::~VideoProcessorTest ( )
inlineprotectedvirtual

Member Function Documentation

◆ ExpectInit()

void webrtc::test::VideoProcessorTest::ExpectInit ( )
inlineprotected

◆ SetUp()

void webrtc::test::VideoProcessorTest::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

◆ TearDown()

void webrtc::test::VideoProcessorTest::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ codec_settings_

VideoCodec webrtc::test::VideoProcessorTest::codec_settings_
protected

◆ config_

TestConfig webrtc::test::VideoProcessorTest::config_
protected

◆ decoder_mock_

MockVideoDecoder webrtc::test::VideoProcessorTest::decoder_mock_
protected

◆ encoder_mock_

MockVideoEncoder webrtc::test::VideoProcessorTest::encoder_mock_
protected

◆ frame_reader_mock_

MockFrameReader webrtc::test::VideoProcessorTest::frame_reader_mock_
protected

◆ frame_writer_mock_

MockFrameWriter webrtc::test::VideoProcessorTest::frame_writer_mock_
protected

◆ packet_manipulator_mock_

MockPacketManipulator webrtc::test::VideoProcessorTest::packet_manipulator_mock_
protected

◆ stats_

Stats webrtc::test::VideoProcessorTest::stats_
protected

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