Searched refs:PeriodicKeyFrameSource (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_framework.h | 445 class PeriodicKeyFrameSource : public AdaptiveVideoSource { 447 PeriodicKeyFrameSource(int flow_id, 453 virtual ~PeriodicKeyFrameSource() {} in ~PeriodicKeyFrameSource() 465 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(PeriodicKeyFrameSource);
|
D | bwe_test_framework.cc | 767 PeriodicKeyFrameSource::PeriodicKeyFrameSource(int flow_id, in PeriodicKeyFrameSource() function in webrtc::testing::bwe::PeriodicKeyFrameSource 780 uint32_t PeriodicKeyFrameSource::NextFrameSize() { in NextFrameSize() 807 uint32_t PeriodicKeyFrameSource::NextPacketSize(uint32_t frame_size, in NextPacketSize()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | bwe_simulations.cc | 139 PeriodicKeyFrameSource source(0, 30, 300, 0, 0, 1000); in TEST_P() 193 PeriodicKeyFrameSource source(0, 30, 300, 0, 0, 1000000); in TEST_P() 212 PeriodicKeyFrameSource source(0, 30, 300, 0, 0, 1000000); in TEST_P() 231 PeriodicKeyFrameSource source(0, 30, 300, 0, 0, 1000); in TEST_P()
|