HomeSort by relevance Sort by last modified time
    Searched refs:mTimeEnd (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 76 struct timeval mTimeEnd; // Time at the end of decode()
SoftHEVC.cpp 180 gettimeofday(&mTimeEnd, NULL);
573 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
601 GETTIME(&mTimeEnd, NULL);
603 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 74 struct timeval mTimeEnd; // Time at the end of decode()
SoftAVCDec.cpp 223 gettimeofday(&mTimeEnd, NULL);
626 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
654 GETTIME(&mTimeEnd, NULL);
656 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 81 struct timeval mTimeEnd; // Time at the end of decode()
SoftMPEG2.cpp 179 gettimeofday(&mTimeEnd, NULL);
686 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
696 GETTIME(&mTimeEnd, NULL);
698 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 159 struct timeval mTimeEnd; // Time at the end of decode()
SoftAVCEnc.cpp 220 gettimeofday(&mTimeEnd, NULL);
    [all...]

Completed in 79 milliseconds