webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces
video_receiver_unittest.cc File Reference
#include <memory>
#include <vector>
#include "webrtc/modules/video_coding/include/mock/mock_vcm_callbacks.h"
#include "webrtc/modules/video_coding/include/mock/mock_video_codec_interface.h"
#include "webrtc/modules/video_coding/include/video_coding.h"
#include "webrtc/modules/video_coding/test/test_util.h"
#include "webrtc/modules/video_coding/timing.h"
#include "webrtc/modules/video_coding/video_coding_impl.h"
#include "webrtc/system_wrappers/include/clock.h"
#include "webrtc/test/gtest.h"

Namespaces

 webrtc
 
 webrtc::vcm
 

Variable Documentation

◆ clock_

SimulatedClock clock_
protected

◆ decoder_

NiceMock<MockVideoDecoder> decoder_
protected

◆ event_factory_

NullEventFactory event_factory_
protected

◆ packet_request_callback_

NiceMock<MockPacketRequestCallback> packet_request_callback_
protected

◆ receiver_

std::unique_ptr<VideoReceiver> receiver_
protected

◆ settings_

VideoCodec settings_
protected

◆ timing_

std::unique_ptr<VCMTiming> timing_
protected