Searched refs:RSVideoFrameRateVote (Results 1 – 6 of 6) sorted by relevance
67 …std::shared_ptr<RSVideoFrameRateVote> rsVideoFrameRateVote = std::make_shared<RSVideoFrameRateVote…83 …std::shared_ptr<RSVideoFrameRateVote> rsVideoFrameRateVote = std::make_shared<RSVideoFrameRateVote…98 …std::shared_ptr<RSVideoFrameRateVote> rsVideoFrameRateVote = std::make_shared<RSVideoFrameRateVote…122 …std::shared_ptr<RSVideoFrameRateVote> rsVideoFrameRateVote = std::make_shared<RSVideoFrameRateVote…142 …std::shared_ptr<RSVideoFrameRateVote> rsVideoFrameRateVote = std::make_shared<RSVideoFrameRateVote…164 …std::shared_ptr<RSVideoFrameRateVote> rsVideoFrameRateVote = std::make_shared<RSVideoFrameRateVote…186 …std::shared_ptr<RSVideoFrameRateVote> rsVideoFrameRateVote = std::make_shared<RSVideoFrameRateVote…
105 …std::shared_ptr<RSVideoFrameRateVote> rsVideoFrameRateVote = std::make_shared<RSVideoFrameRateVote…109 std::pair<uint64_t, std::shared_ptr<RSVideoFrameRateVote>>(1001, rsVideoFrameRateVote));127 …std::shared_ptr<RSVideoFrameRateVote> rsVideoFrameRateVote = std::make_shared<RSVideoFrameRateVote…
30 RSVideoFrameRateVote::RSVideoFrameRateVote(uint64_t surfaceNodeId, in RSVideoFrameRateVote() function in OHOS::Rosen::RSVideoFrameRateVote39 RSVideoFrameRateVote::~RSVideoFrameRateVote() in ~RSVideoFrameRateVote()47 void RSVideoFrameRateVote::StartVideoFrameRateVote(double videoRate) in StartVideoFrameRateVote()54 void RSVideoFrameRateVote::VoteVideoFrameRate(double videoRate) in VoteVideoFrameRate()69 void RSVideoFrameRateVote::SendDelayTask() in SendDelayTask()82 void RSVideoFrameRateVote::CancelDelayTask() in CancelDelayTask()91 void RSVideoFrameRateVote::DoVoteCallback(uint32_t rate) in DoVoteCallback()99 void RSVideoFrameRateVote::DoReleaseCallback() in DoReleaseCallback()
24 class RSVideoFrameRateVote {26 … RSVideoFrameRateVote(uint64_t surfaceNodeId, const std::function<void(uint64_t)>& releaseCallback,28 ~RSVideoFrameRateVote();
58 std::shared_ptr<RSVideoFrameRateVote> rsVideoFrameRateVote; in VideoFrameRateVote()60 rsVideoFrameRateVote = std::make_shared<RSVideoFrameRateVote>(surfaceNodeId, in VideoFrameRateVote()63 … surfaceVideoFrameRateVote_.insert(std::pair<uint64_t, std::shared_ptr<RSVideoFrameRateVote>>( in VideoFrameRateVote()
54 … std::unordered_map<uint64_t, std::shared_ptr<RSVideoFrameRateVote>> surfaceVideoFrameRateVote_ {};