Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Drs_video_frame_rate_vote_test.cpp37 void VoteCallback(uint64_t avg1, uint32_t avg2);
49 void RSVideoFrameRateVoteTest::VoteCallback(uint64_t avg1, uint32_t avg2) in VoteCallback() argument
51 voteCallbackResult_ = static_cast<int64_t>(avg1) + static_cast<int64_t>(avg2); in VoteCallback()