Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.h88 nsecs_t mTimeStart; // Time at the start of decode() member
142 (long long) mTimeStart, \
DGoldfishAVCDec.cpp84 mTimeStart = mTimeEnd = systemTime(); in GoldfishAVCDec()
107 mTimeStart = mTimeEnd = systemTime(); in resetPlugin()
362 mTimeStart = systemTime(); in onQueueFilled()
365 timeDelay = mTimeStart - mTimeEnd; in onQueueFilled()
412 timeTaken = mTimeEnd - mTimeStart; in onQueueFilled()