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

  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 48 #define TIME_DIFF(start, end, diff) \
SoftHEVC.cpp 566 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
604 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
  /frameworks/av/media/codec2/components/aom/
C2SoftAomDec.h 25 #define TIME_DIFF(start, end, diff) \
C2SoftAomDec.cpp 467 TIME_DIFF(mTimeEnd, mTimeStart, delay);
473 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime);
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 51 #define TIME_DIFF(start, end, diff) \
SoftMPEG2.cpp 702 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
714 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
  /frameworks/av/media/codec2/components/avc/
C2SoftAvcDec.h 48 #define TIME_DIFF(start, end, diff) \
C2SoftAvcEnc.h 116 #define TIME_DIFF(start, end, diff) \
C2SoftAvcDec.cpp     [all...]
C2SoftAvcEnc.cpp     [all...]
  /frameworks/av/media/codec2/components/hevc/
C2SoftHevcDec.h 46 #define TIME_DIFF(start, end, diff) \
C2SoftHevcEnc.h 34 #define TIME_DIFF(start, end, diff) \
C2SoftHevcEnc.cpp     [all...]
C2SoftHevcDec.cpp     [all...]
  /frameworks/av/media/codec2/components/mpeg2/
C2SoftMpeg2Dec.h 46 #define TIME_DIFF(start, end, diff) \
C2SoftMpeg2Dec.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 113 #define TIME_DIFF(start, end, diff) \
SoftAVCEnc.cpp     [all...]

Completed in 3975 milliseconds