HomeSort by relevance Sort by last modified time
    Searched refs:PacketLossTest (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.h 18 class PacketLossTest : public NormalAsyncTest
21 PacketLossTest();
22 virtual ~PacketLossTest() {if(_lastFrame) {delete [] _lastFrame; _lastFrame = NULL;}}
26 PacketLossTest(std::string name, std::string description);
27 PacketLossTest(std::string name,
packet_loss_test.cc 21 PacketLossTest::PacketLossTest()
23 NormalAsyncTest("PacketLossTest", "Encode, remove lost packets, decode", 300,
32 PacketLossTest::PacketLossTest(std::string name, std::string description)
42 PacketLossTest::PacketLossTest(std::string name, std::string description, double lossRate, bool useNack, unsigned int rttFrames /* = 0*/)
61 PacketLossTest::Encoded(const EncodedImage& encodedImage)
69 PacketLossTest::Decoded(const I420VideoFrame& decodedImage)
111 PacketLossTest::Teardown(
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
PacketLossTest.h 48 class PacketLossTest : public ACMTest {
50 PacketLossTest(int channels, int expected_loss_rate_, int actual_loss_rate,
Tester.cc 21 #include "webrtc/modules/audio_coding/main/test/PacketLossTest.h"
105 webrtc::PacketLossTest(1, 10, 10, 1).Perform();
113 webrtc::PacketLossTest(1, 10, 10, 2).Perform();
121 webrtc::PacketLossTest(2, 10, 10, 1).Perform();
129 webrtc::PacketLossTest(2, 10, 10, 2).Perform();
PacketLossTest.cc 11 #include "webrtc/modules/audio_coding/main/test/PacketLossTest.h"
112 PacketLossTest::PacketLossTest(int channels, int expected_loss_rate,
125 void PacketLossTest::Perform() {

Completed in 81 milliseconds