Searched refs:source_id_ (Results 1 – 13 of 13) sorted by relevance
109 source_id_ = GetTestWindowIdFromSourceList(); in SetUpForWindowCapture()115 source_id_ = GetScreenIdFromSourceList(); in SetUpForScreenCapture()272 intptr_t source_id_; member in webrtc::WgcCapturerWinTest287 EXPECT_TRUE(capturer_->SelectSource(source_id_)); in TEST_P()294 source_id_ = kNullWindowId; in TEST_P()298 source_id_ = kInvalidScreenId; 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()427 source_id_ = GetScreenIdFromSourceList(); in TEST_F()[all …]
57 source_id_ = reinterpret_cast<DesktopCapturer::SourceId>(window_info_.hwnd); in SetUpForWindowSource()62 source_id_ = kFullDesktopScreenId; in SetUpForScreenSource()70 DesktopCapturer::SourceId source_id_; member in webrtc::WgcCaptureSourceTest84 source_ = source_factory_->CreateCaptureSource(source_id_); in TEST_F()86 EXPECT_EQ(source_->GetSourceId(), source_id_); in TEST_F()108 source_ = source_factory_->CreateCaptureSource(source_id_); in TEST_F()110 EXPECT_EQ(source_id_, source_->GetSourceId()); in TEST_F()132 source_ = source_factory_->CreateCaptureSource(source_id_); in TEST_P()134 EXPECT_EQ(source_id_, source_->GetSourceId()); in TEST_P()
29 if (source_id != source_id_) { in Prepare()31 source_id_ = source_id; in Prepare()
42 DesktopCapturer::SourceId GetSourceId() { return source_id_; } in GetSourceId()52 const DesktopCapturer::SourceId source_id_; variable
56 DesktopCapturer::SourceId source_id_ = kFullDesktopScreenId; variable
29 : source_id_(source_id) {} in WgcCaptureSource()
53 source_id_(source_id), in RtpSource()69 uint32_t source_id() const { return source_id_; } in source_id()93 return timestamp_ms_ == o.timestamp_ms() && source_id_ == o.source_id() &&103 uint32_t source_id_; variable
56 source_id_ = RestoreTokenManager::GetInstance().GetUnusedId(); in BaseCapturerPipeWire()83 source_id_, screencast_portal->RestoreToken()); in OnScreenCastRequestResult()171 sources->push_back({source_id_}); in GetSourceList()201 source_id_ = RestoreTokenManager::GetInstance().GetUnusedId(); in EnsureVisible()
85 SourceId source_id_ = 0; variable
18 : source_id_(sourceId) {} in FullScreenApplicationHandler()27 return source_id_; in GetSourceId()
45 const DesktopCapturer::SourceId source_id_;
31 const std::string& source_id() const { return source_id_; } in source_id()35 std::string source_id_;
23 : source_id_(std::move(source)), app_ids_(std::move(app_ids)) {} in CastMediaSource()