Searched refs:GetTestName (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test.cc | 185 string BweTest::GetTestName() const { in GetTestName() function in webrtc::testing::bwe::BweTest 209 webrtc::test::PrintResult("BwePerformance", GetTestName(), "Utilization", in PrintResults() 213 webrtc::test::PrintResult("BwePerformance", GetTestName(), in PrintResults() 218 webrtc::test::PrintResultMeanAndError("BwePerformance", GetTestName(), in PrintResults() 225 webrtc::test::PrintResultMeanAndError("BwePerformance", GetTestName(), in PrintResults() 240 webrtc::test::PrintResult("BwePerformance", GetTestName(), "Fairness", in PrintResults()
|
D | bwe_test.h | 118 std::string GetTestName() const;
|
/external/webrtc/talk/session/media/ |
D | planarfunctions_unittest.cc | 470 DumpPlanarArgbTestImage(GetTestName(), obuf, width, height); in DumpArgbImage() 475 DumpPlanarYuvTestImage(GetTestName(), obuf, width, height); in DumpYuvImage() 478 std::string GetTestName() { in GetTestName() function in cricket::PlanarFunctionsTest
|