Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_frame_rate_linker_command.cpp39 linker->SetAnimatorExpectedFrameRate(animatorExpectedFrameRate); in UpdateRange()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_frame_rate_linker.h47 void SetAnimatorExpectedFrameRate(int32_t animatorExpectedFrameRate);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_frame_rate_linker.cpp69 void RSRenderFrameRateLinker::SetAnimatorExpectedFrameRate(int32_t animatorExpectedFrameRate) in SetAnimatorExpectedFrameRate() function in OHOS::Rosen::RSRenderFrameRateLinker
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp721 linker->SetAnimatorExpectedFrameRate(animatorExpectedFrameRate); in SyncFrameRateRange()