|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/video_coding/codecs/test/packet_manipulator.h"#include <queue>#include "webrtc/modules/video_coding/codecs/test/predictive_packet_manipulator.h"#include "webrtc/modules/video_coding/include/video_codec_interface.h"#include "webrtc/test/gtest.h"#include "webrtc/test/testsupport/unittest_utils.h"#include "webrtc/typedefs.h"Classes | |
| class | webrtc::test::PacketManipulatorTest |
Namespaces | |
| webrtc | |
| webrtc::test | |
Functions | |
| webrtc::test::TEST_F (PacketManipulatorTest, Constructor) | |
| webrtc::test::TEST_F (PacketManipulatorTest, DropNone) | |
| webrtc::test::TEST_F (PacketManipulatorTest, UniformDropNoneSmallFrame) | |
| webrtc::test::TEST_F (PacketManipulatorTest, UniformDropAll) | |
| webrtc::test::TEST_F (PacketManipulatorTest, UniformDropSinglePacket) | |
| webrtc::test::TEST_F (PacketManipulatorTest, BurstDropNinePackets) | |
Variables | |
| const double | webrtc::test::kNeverDropProbability = 0.0 |
| const double | webrtc::test::kAlwaysDropProbability = 1.0 |
| const int | webrtc::test::kBurstLength = 1 |
1.8.13