Searched refs:video_prefix (Results 1 – 1 of 1) sorted by relevance
2013 std::string video_prefix = in VerifyHistogramStats() local2040 1, test::NumHistogramSamples(video_prefix + "KeyFramesSentInPermille")); in VerifyHistogramStats()2049 EXPECT_EQ(1, test::NumHistogramSamples(video_prefix + "InputWidthInPixels")); in VerifyHistogramStats()2050 EXPECT_EQ(1, test::NumHistogramSamples(video_prefix + "InputHeightInPixels")); in VerifyHistogramStats()2051 EXPECT_EQ(1, test::NumHistogramSamples(video_prefix + "SentWidthInPixels")); in VerifyHistogramStats()2052 EXPECT_EQ(1, test::NumHistogramSamples(video_prefix + "SentHeightInPixels")); in VerifyHistogramStats()2058 test::LastHistogramSample(video_prefix + "InputWidthInPixels")); in VerifyHistogramStats()2060 test::LastHistogramSample(video_prefix + "InputHeightInPixels")); in VerifyHistogramStats()2062 test::LastHistogramSample(video_prefix + "SentWidthInPixels")); in VerifyHistogramStats()2064 test::LastHistogramSample(video_prefix + "SentHeightInPixels")); in VerifyHistogramStats()[all …]