Home
last modified time | relevance | path

Searched refs:IsScreenshare (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/api/video/
Dvideo_content_type.cc80 bool IsScreenshare(const VideoContentType& content_type) { in IsScreenshare() function
90 return IsScreenshare(content_type) ? "screen" : "realtime"; in ToString()
Dvideo_content_type.h30 bool IsScreenshare(const VideoContentType& content_type);
/external/webrtc/video/
Dreceive_statistics_proxy_unittest.cc1201 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1238 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1295 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1340 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1398 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1434 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1468 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1502 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1537 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1573 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
[all …]
Dreceive_statistics_proxy2_unittest.cc1235 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1271 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1329 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1375 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1434 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1470 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1505 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1539 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1575 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
1612 if (videocontenttypehelpers::IsScreenshare(content_type_)) { in TEST_P()
[all …]
Dreceive_statistics_proxy2.cc66 if (videocontenttypehelpers::IsScreenshare(content_type)) in UmaPrefixForContentType()
497 videocontenttypehelpers::IsScreenshare(last_content_type_)); in UpdateHistograms()
839 videocontenttypehelpers::IsScreenshare(content_type); in OnDecodedFrame()
841 videocontenttypehelpers::IsScreenshare(last_content_type_); in OnDecodedFrame()
Dreceive_statistics_proxy.cc62 if (videocontenttypehelpers::IsScreenshare(content_type)) in UmaPrefixForContentType()
740 if (videocontenttypehelpers::IsScreenshare(content_type) != in OnDecodedFrame()
741 videocontenttypehelpers::IsScreenshare(last_content_type_)) { in OnDecodedFrame()
Dvideo_quality_observer.cc69 std::string uma_prefix = videocontenttypehelpers::IsScreenshare(content_type_) in UpdateHistograms()
Dvideo_stream_encoder.cc1554 experiment_groups_[videocontenttypehelpers::IsScreenshare( in OnEncodedImage()
Dvideo_send_stream_tests.cc392 EXPECT_TRUE(videocontenttypehelpers::IsScreenshare(type)); in TEST_F()