/external/webrtc/modules/desktop_capture/win/ |
D | wgc_capturer_win_unittest.cc | 287 EXPECT_TRUE(capturer_->SelectSource(source_id_)); in TEST_P() 301 EXPECT_FALSE(capturer_->SelectSource(source_id_)); in TEST_P() 311 EXPECT_TRUE(capturer_->SelectSource(source_id_)); in TEST_P() 330 EXPECT_TRUE(capturer_->SelectSource(source_id_)); in TEST_P() 392 EXPECT_TRUE(capturer_->SelectSource(0)); in TEST_F() 400 EXPECT_TRUE(capturer_->SelectSource(kFullDesktopScreenId)); in TEST_F() 429 EXPECT_TRUE(capturer_->SelectSource(source_id_)); in TEST_F() 442 EXPECT_FALSE(capturer_->SelectSource(source_id_)); in TEST_F() 445 EXPECT_TRUE(capturer_->SelectSource(source_id_)); in TEST_F() 450 EXPECT_TRUE(capturer_->SelectSource(source_id_)); in TEST_F() [all …]
|
D | screen_capturer_win_gdi.h | 46 bool SelectSource(SourceId id) override;
|
D | window_capturer_win_gdi.h | 42 bool SelectSource(SourceId id) override;
|
D | screen_capturer_win_directx.h | 86 bool SelectSource(SourceId id) override;
|
/external/webrtc/modules/desktop_capture/ |
D | fallback_desktop_capturer_wrapper.cc | 132 bool FallbackDesktopCapturerWrapper::SelectSource(SourceId id) { in SelectSource() function in webrtc::FallbackDesktopCapturerWrapper 134 return secondary_capturer_->SelectSource(id); in SelectSource() 136 const bool main_capturer_result = main_capturer_->SelectSource(id); in SelectSource() 144 return secondary_capturer_->SelectSource(id); in SelectSource()
|
D | window_capturer_null.cc | 31 bool SelectSource(SourceId id) override; 45 bool WindowCapturerNull::SelectSource(SourceId id) { in SelectSource() function in webrtc::__anone7cb37fb0111::WindowCapturerNull
|
D | desktop_capturer_wrapper.cc | 48 bool DesktopCapturerWrapper::SelectSource(SourceId id) { in SelectSource() function in webrtc::DesktopCapturerWrapper 49 return base_capturer_->SelectSource(id); in SelectSource()
|
D | cropping_window_capturer.cc | 68 bool CroppingWindowCapturer::SelectSource(SourceId id) { in SelectSource() function in webrtc::CroppingWindowCapturer 69 if (window_capturer_->SelectSource(id)) { in SelectSource()
|
D | blank_detector_desktop_capturer_wrapper.cc | 61 bool BlankDetectorDesktopCapturerWrapper::SelectSource(SourceId id) { in SelectSource() function in webrtc::BlankDetectorDesktopCapturerWrapper 69 return capturer_->SelectSource(id); in SelectSource()
|
D | desktop_capturer_wrapper.h | 37 bool SelectSource(SourceId id) override;
|
D | desktop_capturer_differ_wrapper.cc | 177 bool DesktopCapturerDifferWrapper::SelectSource(SourceId id) { in SelectSource() function in webrtc::DesktopCapturerDifferWrapper 178 return base_capturer_->SelectSource(id); in SelectSource()
|
D | fake_desktop_capturer.h | 60 bool SelectSource(DesktopCapturer::SourceId id) override;
|
D | desktop_capturer_differ_wrapper.h | 54 bool SelectSource(SourceId id) override;
|
D | screen_capturer_fuchsia.h | 38 bool SelectSource(SourceId id) override;
|
D | fallback_desktop_capturer_wrapper.h | 46 bool SelectSource(SourceId id) override;
|
D | blank_detector_desktop_capturer_wrapper.h | 48 bool SelectSource(SourceId id) override;
|
D | desktop_and_cursor_composer.cc | 199 bool DesktopAndCursorComposer::SelectSource(SourceId id) { in SelectSource() function in webrtc::DesktopAndCursorComposer 200 return desktop_capturer_->SelectSource(id); in SelectSource()
|
D | cropping_window_capturer.h | 44 bool SelectSource(SourceId id) override;
|
D | fake_desktop_capturer.cc | 80 bool FakeDesktopCapturer::SelectSource(DesktopCapturer::SourceId id) { in SelectSource() function in webrtc::FakeDesktopCapturer
|
D | desktop_capturer.cc | 46 bool DesktopCapturer::SelectSource(SourceId id) { in SelectSource() function in webrtc::DesktopCapturer
|
D | desktop_and_cursor_composer.h | 61 bool SelectSource(SourceId id) override;
|
D | window_capturer_unittest.cc | 85 if (capturer_->SelectSource(it->id)) { in TEST_F()
|
/external/webrtc/modules/desktop_capture/linux/x11/ |
D | window_capturer_x11.h | 47 bool SelectSource(SourceId id) override;
|
/external/webrtc/modules/desktop_capture/mac/ |
D | screen_capturer_mac.h | 56 bool SelectSource(SourceId id) override;
|
/external/webrtc/modules/desktop_capture/linux/wayland/ |
D | base_capturer_pipewire.h | 49 bool SelectSource(SourceId id) override;
|