Searched defs:VideoQualityTest (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/video/
H A Dvideo_quality_test.h22 class VideoQualityTest : public test::CallTest { class in namespace:webrtc
27 // which makes the implementation of VideoQualityTest a bit uglier.
75 VideoQualityTest();
H A Dvideo_quality_test.cc228 while (!done_.Wait(VideoQualityTest::kDefaultTimeoutMs)) {
606 VideoQualityTest::VideoQualityTest() : clock_(Clock::GetRealTimeClock()) {} function in class:webrtc::VideoQualityTest
608 void VideoQualityTest::TestBody() {}
610 std::string VideoQualityTest::GenerateGraphTitle() const {
625 void VideoQualityTest::CheckParams() {
628 params_.ss.streams.push_back(VideoQualityTest::DefaultVideoStream(params_));
675 std::vector<int> VideoQualityTest::ParseCSV(const std::string& str) {
703 VideoStream VideoQualityTest::DefaultVideoStream(const Params& params) {
718 void VideoQualityTest
[all...]

Completed in 134 milliseconds