Searched refs:mTimeEnd (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ |
D | C2GoldfishHevcDec.cpp | 568 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()
|
D | C2GoldfishHevcDec.h | 151 struct timeval mTimeEnd; variable
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | C2GoldfishAvcDec.cpp | 622 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()
|
D | C2GoldfishAvcDec.h | 151 struct timeval mTimeEnd; variable
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | GoldfishAVCDec.cpp | 90 mTimeStart = mTimeEnd = systemTime(); in GoldfishAVCDec() 113 mTimeStart = mTimeEnd = systemTime(); in resetPlugin()
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/include/ |
D | GoldfishAVCDec.h | 89 nsecs_t mTimeEnd; // Time at the end of decode() member
|