Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp62 accumulatedBufferCount_ = accumulatedBufferCount; in SetAccumulatedBufferCount()
273 const float accumulatedTime = accumulatedBufferCount_ * standardFrameTime; in UpdateJankFrame()
703 RS_TRACE_INT(ACCUMULATED_BUFFER_COUNT_TRACE_NAME, accumulatedBufferCount_); in RecordJankFrame()
707 const float accumulatedTime = accumulatedBufferCount_ * S_TO_MS / dynamicRefreshRate; in RecordJankFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_jank_stats.h210 int accumulatedBufferCount_ = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_jank_stats_test.cpp392 rsJankStats->accumulatedBufferCount_ = 6;