Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp91 mTimeStart = mTimeEnd = systemTime(); in GoldfishAVCDec()
114 mTimeStart = mTimeEnd = systemTime(); in resetPlugin()
375 timeDelay = mTimeStart - mTimeEnd; in onQueueFilled()
420 mTimeEnd = systemTime(); in onQueueFilled()
422 timeTaken = mTimeEnd - mTimeStart; in onQueueFilled()
DGoldfishAVCDec.h89 nsecs_t mTimeEnd; // Time at the end of decode() member