Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp568 gettimeofday(&mTimeEnd, nullptr); in resetPlugin()
977 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process()
993 GETTIME(&mTimeEnd, nullptr); in process()
994 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
DC2GoldfishHevcDec.h151 struct timeval mTimeEnd; variable
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp622 gettimeofday(&mTimeEnd, nullptr); in resetPlugin()
1024 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process()
1040 GETTIME(&mTimeEnd, nullptr); in process()
1041 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
DC2GoldfishAvcDec.h151 struct timeval mTimeEnd; variable
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp90 mTimeStart = mTimeEnd = systemTime(); in GoldfishAVCDec()
113 mTimeStart = mTimeEnd = systemTime(); in resetPlugin()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/include/
DGoldfishAVCDec.h89 nsecs_t mTimeEnd; // Time at the end of decode() member