Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsContext.cpp149 mTimeMSLastFrame = frame / 1000000; in timerPrint()
156 mTimeMSLastFrame, in timerPrint()
187 …sprintf(buffer, "Avg fps %u, Frame %i ms, Script %i ms", mAverageFPS, mTimeMSLastFrame, mTimeMSLas… in displayDebugStats()
DrsContext.h268 uint32_t mTimeMSLastFrame; variable