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

/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h79 struct timeval mTimeEnd; // Time at the end of decode() member in struct:android::SoftHEVC
H A DSoftHEVC.cpp167 gettimeofday(&mTimeEnd, NULL);
643 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
656 GETTIME(&mTimeEnd, NULL);
658 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);

Completed in 43 milliseconds