Searched refs:screenRegion (Results 1 – 5 of 5) sorted by relevance
77 for (const auto &screenRegion : screenRegions_) { in Release() local78 if (screenRegion == nullptr) { in Release()81 int32_t ret = screenRegion->Release(); in Release()95 auto screenRegion = std::make_shared<ScreenRegion>(peerDevId); in CreateDScreenRegion() local96 screenRegion->InitReceiverEngine(providerPtr_); in CreateDScreenRegion()97 screenRegions_.push_back(screenRegion); in CreateDScreenRegion()129 for (const auto &screenRegion : screenRegions_) { in GetScreenDumpInfo() local130 if (!screenRegion) { in GetScreenDumpInfo()133 uint64_t screenId = screenRegion->GetScreenId(); in GetScreenDumpInfo()134 std::string remoteDevId = screenRegion->GetRemoteDevId(); in GetScreenDumpInfo()[all …]
56 if (screenRegion == nullptr) { in ReleaseAllRegions()59 int32_t ret = screenRegion->Stop(); in ReleaseAllRegions()95 if (screenRegion == nullptr) { in GetScreenDumpInfo()98 uint64_t screenId = screenRegion->GetScreenId(); in GetScreenDumpInfo()106 int32_t windowId = screenRegion->GetWindowId(); in GetScreenDumpInfo()155 screenRegion->SetVideoParam(videoParam); in HandleNotifySetUp()156 screenRegion->SetMapRelation(mapRelation); in HandleNotifySetUp()171 screenRegions_[remoteDevId] = screenRegion; in HandleNotifySetUp()173 ret = screenRegion->SetUp(version); in HandleNotifySetUp()179 ret = screenRegion->Start(); in HandleNotifySetUp()[all …]
46 …std::shared_ptr<ScreenRegion> screenRegion = std::make_shared<ScreenRegion>(remoteDevId, screenId,… variable47 ScreenRegionManager::GetInstance().screenRegions_[remoteDevId] = screenRegion;62 std::shared_ptr<ScreenRegion> screenRegion = nullptr; variable63 ScreenRegionManager::GetInstance().screenRegions_[remoteDevId] = screenRegion;89 …std::shared_ptr<ScreenRegion> screenRegion = std::make_shared<ScreenRegion>(remoteDevId, screenId,… variable91 ScreenRegionManager::GetInstance().screenRegions_[remoteDevId] = screenRegion;93 screenRegion->videoParam_ = std::make_shared<VideoParam>();94 screenRegion->videoParam_->SetScreenWidth(100);95 screenRegion->videoParam_->SetScreenHeight(100);
359 Region screenRegion{screen}; variable362 std::cout << "screenRegion " << screenRegion.GetRegionInfo() << std::endl;363 transparentRegion.AndSelf(screenRegion);364 opaqueRegion.AndSelf(screenRegion);383 Region screenRegion{screen}; variable386 std::cout << "screenRegion " << screenRegion.GetRegionInfo() << std::endl;387 transparentRegion.AndSelf(screenRegion);388 opaqueRegion.AndSelf(screenRegion);407 Region screenRegion{screen}; variable411 transparentRegion.AndSelf(screenRegion);[all …]
1640 Occlusion::Region screenRegion{screen}; in ResetSurfaceOpaqueRegion() local1641 transparentRegion_.AndSelf(screenRegion); in ResetSurfaceOpaqueRegion()1642 opaqueRegion_.AndSelf(screenRegion); in ResetSurfaceOpaqueRegion()