Searched refs:mTimeEnd (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h76 struct timeval mTimeEnd; // Time at the end of decode() member in struct:android::SoftHEVC
H A DSoftHEVC.cpp173 gettimeofday(&mTimeEnd, NULL);
566 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
594 GETTIME(&mTimeEnd, NULL);
596 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h66 nsecs_t mTimeEnd; // Time at the end of decode() member in struct:android::SoftAVC
H A DSoftAVCDec.cpp84 mTimeStart = mTimeEnd = systemTime();
179 mTimeStart = mTimeEnd = systemTime();
577 timeDelay = mTimeStart - mTimeEnd;
605 mTimeEnd = systemTime();
607 timeTaken = mTimeEnd - mTimeStart;
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp178 gettimeofday(&mTimeEnd, NULL);
702 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
712 GETTIME(&mTimeEnd, NULL);
714 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
H A DSoftMPEG2.h81 struct timeval mTimeEnd; // Time at the end of decode() member in struct:android::SoftMPEG2
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h161 struct timeval mTimeEnd; // Time at the end of decode() member in struct:android::SoftAVC
H A DSoftAVCEnc.cpp195 gettimeofday(&mTimeEnd, NULL);
1411 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
1422 GETTIME(&mTimeEnd, NULL);
1424 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);

Completed in 1072 milliseconds