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