Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.cpp520 static uint64_t prePerfTimestamp = 0; in PerfForBlurIfNeeded() local
537 if (static_cast<uint64_t>(timestamp) - prePerfTimestamp > PERF_PERIOD_BLUR_TIMEOUT) { in PerfForBlurIfNeeded()
539 prePerfTimestamp = 0; in PerfForBlurIfNeeded()
562 if (threadTimestamp - prePerfTimestamp > PERF_PERIOD_BLUR || cntIsMatch) { in PerfForBlurIfNeeded()
565 prePerfTimestamp = threadTimestamp; in PerfForBlurIfNeeded()
H A Drs_main_thread.cpp3589 static uint64_t prePerfTimestamp = 0; in PerfForBlurIfNeeded() local
3601 …if (static_cast<uint64_t>(timestamp) - prePerfTimestamp > PERF_PERIOD_BLUR_TIMEOUT && preBlurCnt !… in PerfForBlurIfNeeded()
3603 prePerfTimestamp = 0; in PerfForBlurIfNeeded()
3628 if (timestamp_ - prePerfTimestamp > PERF_PERIOD_BLUR || cntIsMatch) { in PerfForBlurIfNeeded()
3631 prePerfTimestamp = timestamp_; in PerfForBlurIfNeeded()