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

/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h80 struct timeval mTimeStart; // Time at the start of decode() member in struct:android::SoftMPEG2
141 GETTIME(&mTimeStart, NULL); \
144 mTimeStart.tv_sec, mTimeStart.tv_usec, \
H A DSoftMPEG2.cpp177 gettimeofday(&mTimeStart, NULL);
699 GETTIME(&mTimeStart, NULL);
702 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
714 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h160 struct timeval mTimeStart; // Time at the start of decode() member in struct:android::SoftAVC
267 GETTIME(&mTimeStart, NULL); \
270 mTimeStart.tv_sec, mTimeStart.tv_usec, \
274 mTimeStart.tv_sec, mTimeStart.tv_usec, \
H A DSoftAVCEnc.cpp218 gettimeofday(&mTimeStart, NULL);
1423 GETTIME(&mTimeStart, NULL);
1426 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
1439 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h65 nsecs_t mTimeStart; // Time at the start of decode() member in struct:android::SoftAVC
126 (long long) mTimeStart, \
H A DSoftAVCDec.cpp80 mTimeStart = mTimeEnd = systemTime();
175 mTimeStart = mTimeEnd = systemTime();
571 mTimeStart = systemTime();
574 timeDelay = mTimeStart - mTimeEnd;
604 timeTaken = mTimeEnd - mTimeStart;
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h75 struct timeval mTimeStart; // Time at the start of decode() member in struct:android::SoftHEVC
H A DSoftHEVC.cpp171 gettimeofday(&mTimeStart, NULL);
562 GETTIME(&mTimeStart, NULL);
565 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
595 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);

Completed in 937 milliseconds