Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/avcdec/include/
DGoldfishAVCDec.h88 nsecs_t mTimeStart; // Time at the start of decode() member
142 (long long) mTimeStart, \
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp567 gettimeofday(&mTimeStart, nullptr); in resetPlugin()
976 GETTIME(&mTimeStart, nullptr); in process()
977 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process()
994 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
DC2GoldfishHevcDec.h150 struct timeval mTimeStart; variable
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp621 gettimeofday(&mTimeStart, nullptr); in resetPlugin()
1023 GETTIME(&mTimeStart, nullptr); in process()
1024 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process()
1041 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
DC2GoldfishAvcDec.h150 struct timeval mTimeStart; variable
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp90 mTimeStart = mTimeEnd = systemTime(); in GoldfishAVCDec()
113 mTimeStart = mTimeEnd = systemTime(); in resetPlugin()