Home
last modified time | relevance | path

Searched refs:rsVideoFrameRateVote (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Drs_video_frame_rate_vote_test.cpp72 rsVideoFrameRateVote = nullptr;
87 rsVideoFrameRateVote = nullptr;
110 rsVideoFrameRateVote = nullptr;
126 rsVideoFrameRateVote->SendDelayTask();
130 rsVideoFrameRateVote = nullptr;
146 rsVideoFrameRateVote->SendDelayTask();
148 rsVideoFrameRateVote->CancelDelayTask();
152 rsVideoFrameRateVote = nullptr;
167 rsVideoFrameRateVote->DoVoteCallback(0);
174 rsVideoFrameRateVote = nullptr;
[all …]
H A Drs_frame_rate_vote_test.cpp105 …std::shared_ptr<RSVideoFrameRateVote> rsVideoFrameRateVote = std::make_shared<RSVideoFrameRateVote… variable
109 std::pair<uint64_t, std::shared_ptr<RSVideoFrameRateVote>>(1001, rsVideoFrameRateVote));
116 rsVideoFrameRateVote = nullptr;
127 …std::shared_ptr<RSVideoFrameRateVote> rsVideoFrameRateVote = std::make_shared<RSVideoFrameRateVote… variable
151 rsVideoFrameRateVote = nullptr;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/frame_rate_vote/
H A Drs_frame_rate_vote.cpp58 std::shared_ptr<RSVideoFrameRateVote> rsVideoFrameRateVote; in VideoFrameRateVote() local
60 rsVideoFrameRateVote = std::make_shared<RSVideoFrameRateVote>(surfaceNodeId, in VideoFrameRateVote()
64 surfaceNodeId, rsVideoFrameRateVote)); in VideoFrameRateVote()
66 rsVideoFrameRateVote = surfaceVideoFrameRateVote_[surfaceNodeId]; in VideoFrameRateVote()
68 rsVideoFrameRateVote->StartVideoFrameRateVote(videoRate); in VideoFrameRateVote()