Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.cpp527 auto threadTimestamp = params->GetCurrentTimestamp(); in PerfForBlurIfNeeded() local
562 if (threadTimestamp - prePerfTimestamp > PERF_PERIOD_BLUR || cntIsMatch) { in PerfForBlurIfNeeded()
565 prePerfTimestamp = threadTimestamp; in PerfForBlurIfNeeded()