/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_state.cpp | 117 const auto time = clock ? clock->GetTime() : TimeSpan::Zero(); in Step() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_animation_manager.cpp | 144 std::tuple<bool, bool, bool> RSAnimationManager::Animate(int64_t time, bool nodeIsOnTheTree, in Animate() argument
|
H A D | rs_animation_trace_utils.cpp | 157 addAnimationFrameTrace(const uint64_t nodeId, const std::string& nodeName, const uint64_t animationId, const uint64_t propertyId, const float fraction, const std::shared_ptr<RSRenderPropertyBase>& value, const int64_t time, const int dur, const int repeat) const addAnimationFrameTrace() argument
|
H A D | rs_animation_fraction.cpp | 108 std::tuple<float, bool, bool, bool> RSAnimationFraction::GetAnimationFraction(int64_t time) in GetAnimationFraction() argument
|
H A D | rs_render_animation.cpp | 322 bool RSRenderAnimation::Animate(int64_t time) in Animate() argument 376 SetStartTime(int64_t time) SetStartTime() argument [all...] |
H A D | rs_render_interpolating_spring_animation.cpp | 213 void RSRenderInterpolatingSpringAnimation::OnInitialize(int64_t time) in OnInitialize() argument
|
H A D | rs_render_spring_animation.cpp | 260 void RSRenderSpringAnimation::OnInitialize(int64_t time) in OnInitialize() argument
|
H A D | rs_render_property_animation.cpp | 249 void RSRenderPropertyAnimation::DumpFraction(float fraction, int64_t time) in DumpFraction() argument 252 GetPropertyId(), fraction, GetPropertyValue(), time, GetDuration(), GetRepeatCount()); in DumpFraction() local
|
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/systems/ |
H A D | dotfield_system.cpp | 165 bool DotfieldSystem::Update(bool frameRenderingQueued, uint64_t time, uint64_t delta) in Update() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_animation.h | 199 virtual void OnInitialize(int64_t time) in OnInitialize() argument 206 virtual void DumpFraction(float fraction, int64_t time) {} in DumpFraction() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_beta_recorder.cpp | 215 void RSProfiler::WriteBetaRecordMetrics(RSFile& file, double time) in WriteBetaRecordMetrics() argument
|
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/render/ |
H A D | render_node_dotfield_render.cpp | 161 float time = dataStore->GetTime(); in RenderData() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_spring_animation_test.cpp | 76 void OnInitialize(int64_t time) in OnInitialize() argument 291 int64_t time = 100; in HWTEST_F() local
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/log/ |
H A D | LoggerOutput.cpp | 169 auto time = std::chrono::system_clock::to_time_t(now);
variable 231 auto time = std::chrono::system_clock::to_time_t(now);
variable 264 auto time = std::chrono::system_clock::to_time_t(now);
variable
|
/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | external_file_access_test_operations.cpp | 1409 double time = GetTime(); in InitListFile() local 1480 double time = InitListFile(newDirUriTest, caseNumber, fileAccessHelper, needSleep); in InitListFileFolder() local 1599 static void ListFileFilter10(Uri newDirUriTest, const double &time, shared_ptr<FileAccessHelper> fileAccessHelper) in ListFileFilter10() argument 1658 double time = InitListFile(newDirUriTest, "0010", fileAccessHelper, true); in HWTEST_F() local 1669 static void ListFileFilter11(Uri newDirUriTest, const double &time, shared_pt argument 1728 double time = InitListFileFolder(newDirUriTest, "测试", fileAccessHelper, true); HWTEST_F() local 1754 double time = GetTime(); InitScanFile() local 1774 ScanFileFilter0(Uri newDirUriTest, const double &time, shared_ptr<FileAccessHelper> fileAccessHelper) ScanFileFilter0() argument 1831 double time = InitScanFile(newDirUriTest, "0000", fileAccessHelper, true); HWTEST_F() local 1936 ScanFileFilter3(Uri newDirUriTest, const double &time, shared_ptr<FileAccessHelper> fileAccessHelper) ScanFileFilter3() argument 1972 double time = InitScanFile(newDirUriTest, "0003", fileAccessHelper, true); HWTEST_F() local [all...] |
/foundation/multimedia/media_foundation/src/osal/task/pthread/ |
H A D | taskInner.cpp | 237 int64_t time = InsertJob(job, delayUs, false); in SubmitJobOnce() local 247 int64_t time = InsertJob(job, delayUs, true); in SubmitJob() local
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_mpd_util.cpp | 148 int64_t time = 0; in DashStrToDuration() local
|
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessioncallbackstub_fuzzer/ |
H A D | avsession_callbackclient_fuzzer.cpp | 100 void TestAVSessionCallback::OnFastForward(int64_t time) in OnFastForward() argument 105 void TestAVSessionCallback::OnRewind(int64_t time) in OnRewind() argument 110 void TestAVSessionCallback::OnSeek(int64_t time) in OnSeek() argument 223 auto time = *(reinterpret_cast<const int64_t*>(data)); in FuzzTestInner1() local [all...] |
/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avsession_callback.cpp | 189 void NapiAVSessionCallback::OnFastForward(int64_t time) in OnFastForward() argument 195 void NapiAVSessionCallback::OnRewind(int64_t time) in OnRewind() argument 201 void NapiAVSessionCallback::OnSeek(int64_t time) in OnSeek() argument
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_dumper.cpp | 259 auto time = tempTime; in SetErrorInfo() local
|
/foundation/multimedia/av_session/services/session/ipc/proxy/ |
H A D | avsession_callback_proxy.cpp | 130 void AVSessionCallbackProxy::OnFastForward(int64_t time) in OnFastForward() argument 144 void AVSessionCallbackProxy::OnRewind(int64_t time) in OnRewind() argument 158 void AVSessionCallbackProxy::OnSeek(int64_t time) in OnSeek() argument
|
/foundation/multimedia/av_session/frameworks/native/session/test/benchmarktest/avsession_benchmark_test/ |
H A D | avsession_benchmark_test.cpp | 144 void AVSessionCallbackImpl::OnFastForward(int64_t time) in OnFastForward() argument 149 void AVSessionCallbackImpl::OnRewind(int64_t time) in OnRewind() argument 155 void AVSessionCallbackImpl::OnSeek(int64_t time) in OnSeek() argument
|
/foundation/multimedia/av_session/services/session/ipc/stub/ |
H A D | avsession_callback_stub.cpp | 107 int32_t time = -1; in HandleOnFastForward() local 116 int32_t time = -1; in HandleOnRewind() local 125 int32_t time = -1; in HandleOnSeek() local [all...] |
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/ |
H A D | avmetadatahelper_service_stub.cpp | 233 int32_t AVMetadataHelperServiceStub::GetTimeByFrameIndex(uint32_t index, uint64_t &time) in GetTimeByFrameIndex() argument 241 int32_t AVMetadataHelperServiceStub::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() argument 392 uint64_t time = 0; in GetTimeByFrameIndex() local 401 uint64_t time = data.ReadUint64(); in GetFrameIndexByTime() local
|
H A D | avmetadatahelper_service_proxy.cpp | 304 int32_t AVMetadataHelperServiceProxy::GetTimeByFrameIndex(uint32_t index, uint64_t &time) in GetTimeByFrameIndex() argument 322 int32_t AVMetadataHelperServiceProxy::GetFrameIndexByTime(uint64_t time, uint32_t &index) in GetFrameIndexByTime() argument
|