Home
last modified time | relevance | path

Searched defs:activeTime (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_effector.cpp53 …const std::vector<std::shared_ptr<ChangeInOverLife<float>>>& valChangeOverLife, int64_t activeTime) in UpdateCurveValue()
80 …const std::vector<std::shared_ptr<ChangeInOverLife<Color>>>& valChangeOverLife, int64_t activeTime) in UpdateColorCurveValue()
124 int64_t activeTime = particle->GetActiveTime() / NS_PER_MS; in UpdateColor() local
154 int64_t activeTime = particle->GetActiveTime() / NS_PER_MS; in UpdateOpacity() local
179 int64_t activeTime = particle->GetActiveTime() / NS_PER_MS; in UpdateScale() local
200 int64_t activeTime = particle->GetActiveTime() / NS_PER_MS; in UpdateSpin() local
222 int64_t activeTime = particle->GetActiveTime() / NS_PER_MS; in UpdateAccelerationAngle() local
244 int64_t activeTime = particle->GetActiveTime() / NS_PER_MS; in UpdateAccelerationValue() local
289 int64_t activeTime = particle->GetActiveTime(); in UpdateActiveTime() local
H A Drs_render_particle.cpp435 void RSRenderParticle::SetActiveTime(const int64_t& activeTime) in SetActiveTime()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dprelaunch_config.h60 int activeTime = 0; variable
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/camerarestoreparam_fuzzer/
H A Dcamera_restore_param_fuzzer.cpp86 int activeTime = data.ReadInt32(); in Test() local
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_restore_param.cpp111 void HCameraRestoreParam::SetStartActiveTime(int activeTime) in SetStartActiveTime()
H A Dhcamera_service.cpp1157 …Service::SetPrelaunchConfig(string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime, in SetPrelaunchConfig()
1645 int activeTime, EffectParam effectParam, sptr<HCaptureSession> captureSession) in SaveCurrentParamForRestore()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_effector_test.cpp55 int64_t activeTime = 100000; member in OHOS::Rosen::RSRenderParticleEffectorTest
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_stub.cpp290 int32_t activeTime = static_cast<int32_t>(data.ReadUint32()); in HandleSetPrelaunchConfig() local
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcamera_service_proxy.cpp594 int activeTime, EffectParam effectParam) in SetPrelaunchConfig()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp7122 int activeTime = 0; variable
8825 int activeTime = 0; variable
8855 int activeTime = 15; variable
8882 int activeTime = 15; variable
8906 int activeTime = 15; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp2940 int activeTime = 15; variable
5441 int activeTime = 0; variable
7360 int activeTime = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp210 int64_t activeTime = 60; in HWTEST_F() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp2274 …std::string cameraId, RestoreParamTypeOhos restoreParamType, int activeTime, EffectParam effectPar… in SetPrelaunchConfig()