Home
last modified time | relevance | path

Searched refs:rateType (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/frame_rate/
H A Dframe_rate_manager.cpp77 int32_t rateType = 0; in GetExpectedRate() local
82 rateType = ACE_COMPONENT_FRAME_RATE_TYPE; in GetExpectedRate()
86 rateType = DISPLAY_SYNC_FRAME_RATE_TYPE; in GetExpectedRate()
90 rateType = UI_ANIMATION_FRAME_RATE_TYPE; in GetExpectedRate()
94 rateType = UI_ANIMATION_FRAME_RATE_TYPE; in GetExpectedRate()
96 rateType |= ANIMATION_STATE_FIRST_FRAME; in GetExpectedRate()
98 return {expectedRate, rateType}; in GetExpectedRate()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dform_render_window.cpp186 void FormRenderWindow::FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) in FlushFrameRate() argument
192 decltype(frameRateData_) frameRateData{rate, animatorExpectedFrameRate, rateType}; in FlushFrameRate()
195 frameRateLinker_->UpdateFrameRateRange({0, RANGE_MAX_REFRESHRATE, rate, rateType}, animatorExpectedFrameRate); in FlushFrameRate()
H A Dform_render_window.h46 void FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) override;
H A Drosen_window.h56 void FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) override;
H A Drosen_window.cpp106 void RosenWindow::FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) in FlushFrameRate() argument
111 rsWindow_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
/foundation/window/window_manager/wm/src/
H A Dscreen_scene.cpp136 void ScreenScene::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() argument
138 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
H A Dvsync_station.cpp219 void VsyncStation::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() argument
224 FrameRateRange range = {0, RANGE_MAX_REFRESHRATE, rate, rateType}; in FlushFrameRate()
H A Droot_scene.cpp182 void RootScene::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() argument
184 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
H A Dwindow_session_impl.cpp3600 void WindowSessionImpl::FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) in FlushFrameRate() argument
3606 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_rosen_window.cpp24 void RosenWindow::FlushFrameRate(int32_t rate, int32_t animatorExpectedFrameRate, int32_t rateType) {} in FlushFrameRate() argument
/foundation/window/window_manager/wm/include/
H A Dscreen_scene.h47 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) override;
H A Dvsync_station.h45 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0);
H A Droot_scene.h53 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) override;
H A Dwindow_session_impl.h136 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) override;
/foundation/window/window_manager/previewer/include/
H A Dwindow.h213 virtual void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) {} in FlushFrameRate() argument
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1166 * @param rateType frame rate type.
1168 virtual void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) {} in FlushFrameRate() argument
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp2372 uint32_t rateType = 0; in HWTEST_F() local
2374 window->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1290 auto [rate, rateType] = frameRateManager_->GetExpectedRate(); in FlushFrameRate()
1293 rate, rateType, currAnimatorExpectedFrameRate, lastAnimatorExpectedFrameRate_); in FlushFrameRate()
1296 rate, rateType, currAnimatorExpectedFrameRate, lastAnimatorExpectedFrameRate_); in FlushFrameRate()
1297 window_->FlushFrameRate(rate, currAnimatorExpectedFrameRate, rateType); in FlushFrameRate()

Completed in 28 milliseconds