Searched refs:compTimeRcdIndex_ (Results 1 – 2 of 2) sorted by relevance
302 compositionTimeRecords_[compTimeRcdIndex_] = timeStamp; in RecordCompositionTime()303 compTimeRcdIndex_ = (compTimeRcdIndex_ + 1) % COMPOSITION_RECORDS_NUM; in RecordCompositionTime()707 const int32_t offset = compTimeRcdIndex_; in DumpFps()
107 uint32_t compTimeRcdIndex_ = 0; variable