Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp302 compositionTimeRecords_[compTimeRcdIndex_] = timeStamp; in RecordCompositionTime()
303 compTimeRcdIndex_ = (compTimeRcdIndex_ + 1) % COMPOSITION_RECORDS_NUM; in RecordCompositionTime()
707 const int32_t offset = compTimeRcdIndex_; in DumpFps()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_output.h107 uint32_t compTimeRcdIndex_ = 0; variable