Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.h306 uint32_t mTimeMSLastFrame; variable
DrsContext.cpp181 mTimeMSLastFrame = frame / 1000000; in timerPrint()
188 mTimeMSLastFrame, in timerPrint()
227 …sprintf(buffer, "Avg fps %u, Frame %i ms, Script %i ms", mAverageFPS, mTimeMSLastFrame, mTimeMSLas… in displayDebugStats()