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

  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 76 struct timeval mTimeEnd; // Time at the end of decode()
SoftHEVC.cpp 173 gettimeofday(&mTimeEnd, NULL);
566 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
602 GETTIME(&mTimeEnd, NULL);
604 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
  /frameworks/av/media/codec2/components/aom/
C2SoftAomDec.h 64 struct timeval mTimeEnd; // Time at the end of decode()
C2SoftAomDec.cpp 262 gettimeofday(&mTimeEnd, nullptr);
467 TIME_DIFF(mTimeEnd, mTimeStart, delay);
472 GETTIME(&mTimeEnd, nullptr);
473 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime);
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 66 nsecs_t mTimeEnd; // Time at the end of decode()
SoftAVCDec.cpp 84 mTimeStart = mTimeEnd = systemTime();
179 mTimeStart = mTimeEnd = systemTime();
577 timeDelay = mTimeStart - mTimeEnd;
612 mTimeEnd = systemTime();
614 timeTaken = mTimeEnd - mTimeStart;
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 81 struct timeval mTimeEnd; // Time at the end of decode()
SoftMPEG2.cpp 178 gettimeofday(&mTimeEnd, NULL);
702 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
712 GETTIME(&mTimeEnd, NULL);
714 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
  /frameworks/av/media/codec2/components/avc/
C2SoftAvcDec.h 188 struct timeval mTimeEnd;
C2SoftAvcEnc.h 156 struct timeval mTimeEnd; // Time at the end of decode()
C2SoftAvcDec.cpp 650 gettimeofday(&mTimeEnd, nullptr);
    [all...]
C2SoftAvcEnc.cpp 511 gettimeofday(&mTimeEnd, nullptr);
    [all...]
  /frameworks/av/media/codec2/components/hevc/
C2SoftHevcDec.h 147 struct timeval mTimeEnd;
C2SoftHevcEnc.h 96 struct timeval mTimeEnd;
C2SoftHevcEnc.cpp 389 gettimeofday(&mTimeEnd, nullptr);
    [all...]
C2SoftHevcDec.cpp 646 gettimeofday(&mTimeEnd, nullptr);
    [all...]
  /frameworks/av/media/codec2/components/mpeg2/
C2SoftMpeg2Dec.h 187 struct timeval mTimeEnd;
C2SoftMpeg2Dec.cpp 717 gettimeofday(&mTimeEnd, nullptr);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 161 struct timeval mTimeEnd; // Time at the end of decode()
SoftAVCEnc.cpp 195 gettimeofday(&mTimeEnd, NULL);
    [all...]

Completed in 574 milliseconds