HomeSort by relevance Sort by last modified time
    Searched defs:NormalTest (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
normal_test.h 16 class NormalTest : public CodecTest
19 NormalTest();
20 NormalTest(std::string name, std::string description, unsigned int testNo);
21 NormalTest(std::string name, std::string description, uint32_t bitRate, unsigned int testNo);
22 virtual ~NormalTest() {};
normal_test.cc 21 NormalTest::NormalTest()
30 NormalTest::NormalTest(std::string name, std::string description,
41 NormalTest::NormalTest(std::string name, std::string description,
53 NormalTest::Setup()
102 NormalTest::Teardown()
110 NormalTest::Perform()
190 NormalTest::Encode(
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
normal_test.cc 31 int NormalTest::RunTest(const CmdArgs& args)
41 NormalTest VCMNTest(vcm, clock);
53 NormalTest& test):
180 NormalTest::NormalTest(VideoCodingModule* vcm, Clock* clock)
199 NormalTest::~NormalTest()
204 NormalTest::Setup(const CmdArgs& args)
242 NormalTest::Perform(const CmdArgs& args)
339 NormalTest::FrameEncoded(uint32_t timeStamp
    [all...]
normal_test.h 21 class NormalTest;
29 VCMNTEncodeCompleteCallback(FILE* encodedFile, NormalTest& test);
62 NormalTest& _test;
89 class NormalTest
92 NormalTest(webrtc::VideoCodingModule* vcm,
94 ~NormalTest();

Completed in 66 milliseconds