Home
last modified time | relevance | path

Searched defs:frameInterval (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_property_animation.cpp191 void RSRenderPropertyAnimation::UpdateAnimateVelocity(float frameInterval) in UpdateAnimateVelocity()
212 void RSRenderPropertyAnimation::ProcessAnimateVelocityUnderAngleRotation(float frameInterval) in ProcessAnimateVelocityUnderAngleRotation()
H A Drs_interpolator.cpp199 constexpr uint64_t frameInterval = 16666667; in Convert() local
H A Drs_render_animation.cpp342 float frameInterval = (time - animationFraction_.GetLastFrameTime()) * 1.0f / NS_TO_S; in Animate() local
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cubicbezier_fuzzer/
H A Dcubic_bezier_fuzzer.cpp70 float frameInterval = data.ReadFloat(); in Test() local
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/smoothzoom_fuzzer/
H A Dsmooth_zoom_fuzzer.cpp73 float frameInterval = data.ReadFloat(); in Test() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_animation.h212 virtual void UpdateAnimateVelocity(float frameInterval) {} in UpdateAnimateVelocity()
214 virtual void ProcessAnimateVelocityUnderAngleRotation(float frameInterval) {} in ProcessAnimateVelocityUnderAngleRotation()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
H A Dcubic_bezier.cpp38 const float& frameInterval) in GetZoomArray()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/common/include/
H A Dsample_info.h122 int32_t frameInterval = -1; member