Home
last modified time | relevance | path

Searched refs:SCREENSHARE (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/api/video/
Dvideo_content_type.h20 SCREENSHARE = 1, enumerator
/external/webrtc/call/
Drtp_payload_params_unittest.cc58 encoded_image.content_type_ = VideoContentType::SCREENSHARE; in TEST()
78 EXPECT_EQ(VideoContentType::SCREENSHARE, header.content_type); in TEST()
99 encoded_image.content_type_ = VideoContentType::SCREENSHARE; in TEST()
112 EXPECT_EQ(VideoContentType::SCREENSHARE, header.content_type); in TEST()
138 EXPECT_EQ(VideoContentType::SCREENSHARE, header.content_type); in TEST()
/external/webrtc/sdk/objc/api/peerconnection/
DRTCEncodedImage+Private.mm97 self.contentType = (encodedImage.content_type_ == webrtc::VideoContentType::SCREENSHARE) ?
127 webrtc::VideoContentType::SCREENSHARE :
/external/webrtc/video/
Dframe_encode_metadata_writer.cc269 ? VideoContentType::SCREENSHARE in ExtractEncodeStartTimeAndFillMetadata()
Dframe_encode_metadata_writer_unittest.cc408 EXPECT_EQ(VideoContentType::SCREENSHARE, image.content_type_); in TEST()
Dreceive_statistics_proxy_unittest.cc180 VideoContentType::SCREENSHARE); in TEST_F()
1181 VideoContentType::SCREENSHARE));
Dreceive_statistics_proxy2_unittest.cc216 VideoContentType::SCREENSHARE); in TEST_F()
1216 VideoContentType::SCREENSHARE));
Dsend_statistics_proxy.cc743 : VideoContentType::SCREENSHARE; in GetStats()
Dvideo_send_stream_tests.cc4025 webrtc::VideoContentType::SCREENSHARE) { in OnSendRtp()
/external/webrtc/pc/
Drtc_stats_collector.cc384 if (video_receiver_info.content_type == VideoContentType::SCREENSHARE) in SetInboundRTPStreamStatsFromVideoReceiverInfo()
478 if (video_sender_info.content_type == VideoContentType::SCREENSHARE) in SetOutboundRTPStreamStatsFromVideoSenderInfo()
Drtc_stats_collector_unittest.cc1955 video_media_info.receivers[0].content_type = VideoContentType::SCREENSHARE; in TEST_F()
2130 video_media_info.senders[0].content_type = VideoContentType::SCREENSHARE; in TEST_F()
/external/webrtc/media/engine/
Dwebrtc_video_engine_unittest.cc5280 stats.content_type = webrtc::VideoContentType::SCREENSHARE; in GetInitialisedStats()
5352 EXPECT_EQ(sender.content_type, webrtc::VideoContentType::SCREENSHARE); in TEST_F()
5470 EXPECT_EQ(sender.content_type, webrtc::VideoContentType::SCREENSHARE); in TEST_F()
5587 EXPECT_EQ(sender.content_type, webrtc::VideoContentType::SCREENSHARE); in TEST_F()