Home
last modified time | relevance | path

Searched defs:time (Results 901 - 925 of 2652) sorted by relevance

1...<<31323334353637383940>>...107

/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp117 const auto time = clock ? clock->GetTime() : TimeSpan::Zero(); in Step() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_manager.cpp144 std::tuple<bool, bool, bool> RSAnimationManager::Animate(int64_t time, bool nodeIsOnTheTree, in Animate() argument
H A Drs_animation_trace_utils.cpp157 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 Drs_animation_fraction.cpp108 std::tuple<float, bool, bool, bool> RSAnimationFraction::GetAnimationFraction(int64_t time) in GetAnimationFraction() argument
H A Drs_render_animation.cpp322 bool RSRenderAnimation::Animate(int64_t time) in Animate() argument
376 SetStartTime(int64_t time) SetStartTime() argument
[all...]
H A Drs_render_interpolating_spring_animation.cpp213 void RSRenderInterpolatingSpringAnimation::OnInitialize(int64_t time) in OnInitialize() argument
H A Drs_render_spring_animation.cpp260 void RSRenderSpringAnimation::OnInitialize(int64_t time) in OnInitialize() argument
H A Drs_render_property_animation.cpp249 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 Ddotfield_system.cpp165 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 Drs_render_animation.h199 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 Drs_profiler_beta_recorder.cpp215 void RSProfiler::WriteBetaRecordMetrics(RSFile& file, double time) in WriteBetaRecordMetrics() argument
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/render/
H A Drender_node_dotfield_render.cpp161 float time = dataStore->GetTime(); in RenderData() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_spring_animation_test.cpp76 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 DLoggerOutput.cpp169 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 Dexternal_file_access_test_operations.cpp1409 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 DtaskInner.cpp237 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 Ddash_mpd_util.cpp148 int64_t time = 0; in DashStrToDuration() local
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessioncallbackstub_fuzzer/
H A Davsession_callbackclient_fuzzer.cpp100 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 Dnapi_avsession_callback.cpp189 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 Davsession_dumper.cpp259 auto time = tempTime; in SetErrorInfo() local
/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davsession_callback_proxy.cpp130 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 Davsession_benchmark_test.cpp144 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 Davsession_callback_stub.cpp107 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 Davmetadatahelper_service_stub.cpp233 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 Davmetadatahelper_service_proxy.cpp304 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

Completed in 25 milliseconds

1...<<31323334353637383940>>...107