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

  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 73 struct timeval mTimeStart; // Time at the start of decode()
131 GETTIME(&mTimeStart, NULL); \
134 mTimeStart.tv_sec, mTimeStart.tv_usec, \
SoftAVCDec.cpp 128 GETTIME(&mTimeStart, NULL);
222 gettimeofday(&mTimeStart, NULL);
623 GETTIME(&mTimeStart, NULL);
626 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
656 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 80 struct timeval mTimeStart; // Time at the start of decode()
140 GETTIME(&mTimeStart, NULL); \
143 mTimeStart.tv_sec, mTimeStart.tv_usec, \
SoftMPEG2.cpp 178 gettimeofday(&mTimeStart, NULL);
683 GETTIME(&mTimeStart, NULL);
686 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
698 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 158 struct timeval mTimeStart; // Time at the start of decode()
265 GETTIME(&mTimeStart, NULL); \
268 mTimeStart.tv_sec, mTimeStart.tv_usec, \
272 mTimeStart.tv_sec, mTimeStart.tv_usec, \
SoftAVCEnc.cpp 219 gettimeofday(&mTimeStart, NULL);
    [all...]
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 75 struct timeval mTimeStart; // Time at the start of decode()
SoftHEVC.cpp 179 gettimeofday(&mTimeStart, NULL);
570 GETTIME(&mTimeStart, NULL);
573 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
603 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);

Completed in 5566 milliseconds