Searched defs:timeTaken (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp568 WORD32 timeDelay, timeTaken; local
611 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
613 PRINT_TIME("timeTaken=%6d delay=%6d numBytes=%6d", timeTaken, timeDelay,
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp518 WORD32 timeDelay, timeTaken; local
559 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
561 ALOGV("timeTaken=%6d delay=%6d numBytes=%6d", timeTaken, timeDelay,
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp627 WORD32 timeDelay, timeTaken; local
655 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
657 ALOGV("timeTaken=%6d delay=%6d numBytes=%6d", timeTaken, timeDelay,
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp1286 WORD32 timeDelay, timeTaken; local
1434 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken);
1436 ALOGV("timeTaken=%6d delay=%6d numBytes=%6d", timeTaken, timeDelay,

Completed in 1538 milliseconds