/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/frame_rate/ |
H A D | frame_rate_manager.cpp | 76 int32_t rateType = 0; in GetExpectedRate() local 81 rateType = ACE_COMPONENT_FRAME_RATE_TYPE; in GetExpectedRate() 85 rateType = DISPLAY_SYNC_FRAME_RATE_TYPE; in GetExpectedRate() 89 rateType = UI_ANIMATION_FRAME_RATE_TYPE; in GetExpectedRate() 91 return {expectedRate, rateType}; in GetExpectedRate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | form_render_window.cpp | 171 …FormRenderWindow::FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) in FlushFrameRate() argument 177 decltype(frameRateData_) frameRateData{rate, animatorExpectedFrameRate, rateType}; in FlushFrameRate() 180 …frameRateLinker_->UpdateFrameRateRange({0, RANGE_MAX_REFRESHRATE, rate, rateType}, animatorExpecte… in FlushFrameRate()
|
H A D | rosen_window.cpp | 106 void RosenWindow::FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) in FlushFrameRate() argument 111 rsWindow_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
|
H A D | form_render_window.h | 46 void FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) override;
|
H A D | rosen_window.h | 56 void FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) override;
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | vsync_station.cpp | 224 …d VsyncStation::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() argument 229 … lastFrameRateRange_ = std::make_shared<FrameRateRange>(0, RANGE_MAX_REFRESHRATE, rate, rateType); in FlushFrameRate() 231 lastFrameRateRange_->Set(0, RANGE_MAX_REFRESHRATE, rate, rateType); in FlushFrameRate()
|
H A D | screen_scene.cpp | 166 …id ScreenScene::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() argument 168 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
|
H A D | root_scene.cpp | 224 void RootScene::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() argument 226 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
|
H A D | window_session_impl.cpp | 3766 …dowSessionImpl::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() argument 3773 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | vsync_station.h | 47 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0);
|
H A D | screen_scene.h | 47 …void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) overr…
|
H A D | root_scene.h | 53 …void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) overr…
|
H A D | window_session_impl.h | 143 …void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) overr…
|
/ohos5.0/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 214 …virtual void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) {} in FlushFrameRate() argument
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window.h | 1213 …virtual void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) {} in FlushFrameRate() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 974 auto [rate, rateType] = frameRateManager_->GetExpectedRate(); in FlushFrameRate() 977 rate, rateType, currAnimatorExpectedFrameRate, lastAnimatorExpectedFrameRate_); in FlushFrameRate() 980 rate, rateType, currAnimatorExpectedFrameRate, lastAnimatorExpectedFrameRate_); in FlushFrameRate() 981 window_->FlushFrameRate(rate, currAnimatorExpectedFrameRate, rateType); in FlushFrameRate()
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_test.cpp | 2316 uint32_t rateType = 0; variable 2318 window->FlushFrameRate(rate, animatorExpectedFrameRate, rateType);
|