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

Protected Member Functions

virtual void SetUp ()
 
virtual void TearDown ()
 
void InsertPacket (uint32_t timestamp, uint16_t seq_no, bool first, bool marker_bit, FrameType frame_type)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Protected Attributes

std::unique_ptr< VideoCodingModulevcm_
 
VideoCodec video_codec_
 
MockVCMFrameTypeCallback frame_type_callback_
 
MockPacketRequestCallback request_callback_
 
NiceMock< MockVideoDecoderdecoder_
 
NiceMock< MockVideoDecoderdecoderCopy_
 
std::unique_ptr< SimulatedClockclock_
 
NullEventFactory event_factory_
 

Static Protected Attributes

static const size_t kPayloadLen = 10
 

Member Function Documentation

◆ InsertPacket()

void webrtc::VCMRobustnessTest::InsertPacket ( uint32_t  timestamp,
uint16_t  seq_no,
bool  first,
bool  marker_bit,
FrameType  frame_type 
)
inlineprotected

◆ SetUp()

virtual void webrtc::VCMRobustnessTest::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

◆ TearDown()

virtual void webrtc::VCMRobustnessTest::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ clock_

std::unique_ptr<SimulatedClock> webrtc::VCMRobustnessTest::clock_
protected

◆ decoder_

NiceMock<MockVideoDecoder> webrtc::VCMRobustnessTest::decoder_
protected

◆ decoderCopy_

NiceMock<MockVideoDecoder> webrtc::VCMRobustnessTest::decoderCopy_
protected

◆ event_factory_

NullEventFactory webrtc::VCMRobustnessTest::event_factory_
protected

◆ frame_type_callback_

MockVCMFrameTypeCallback webrtc::VCMRobustnessTest::frame_type_callback_
protected

◆ kPayloadLen

const size_t webrtc::VCMRobustnessTest::kPayloadLen = 10
staticprotected

◆ request_callback_

MockPacketRequestCallback webrtc::VCMRobustnessTest::request_callback_
protected

◆ vcm_

std::unique_ptr<VideoCodingModule> webrtc::VCMRobustnessTest::vcm_
protected

◆ video_codec_

VideoCodec webrtc::VCMRobustnessTest::video_codec_
protected

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