Searched refs:TIME_DIFF (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h48 #define TIME_DIFF(start, end, diff) \ macro
H A DSoftHEVC.cpp566 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
596 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h51 #define TIME_DIFF(start, end, diff) \ macro
H A DSoftMPEG2.cpp702 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
714 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h113 #define TIME_DIFF(start, end, diff) \ macro
H A DSoftAVCEnc.cpp1411 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay);
1424 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);

Completed in 115 milliseconds