Home
last modified time | relevance | path

Searched refs:mTimeEnd (Results 1 – 22 of 22) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp84 mTimeStart = mTimeEnd = systemTime(); in SoftAVC()
179 mTimeStart = mTimeEnd = systemTime(); in resetPlugin()
577 timeDelay = mTimeStart - mTimeEnd; in onQueueFilled()
612 mTimeEnd = systemTime(); in onQueueFilled()
614 timeTaken = mTimeEnd - mTimeStart; in onQueueFilled()
DSoftAVCDec.h66 nsecs_t mTimeEnd; // Time at the end of decode() member
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp173 gettimeofday(&mTimeEnd, NULL); in resetPlugin()
566 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in onQueueFilled()
602 GETTIME(&mTimeEnd, NULL); in onQueueFilled()
604 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken); in onQueueFilled()
DSoftHEVC.h76 struct timeval mTimeEnd; // Time at the end of decode() member
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.h60 struct timeval mTimeEnd; // Time at the end of decode() member
DC2SoftGav1Dec.cpp261 gettimeofday(&mTimeEnd, nullptr); in C2SoftGav1Dec()
433 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process()
438 GETTIME(&mTimeEnd, nullptr); in process()
439 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp178 gettimeofday(&mTimeEnd, NULL); in resetPlugin()
702 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in onQueueFilled()
712 GETTIME(&mTimeEnd, NULL); in onQueueFilled()
714 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken); in onQueueFilled()
DSoftMPEG2.h81 struct timeval mTimeEnd; // Time at the end of decode() member
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.h64 struct timeval mTimeEnd; // Time at the end of decode() member
DC2SoftAomDec.cpp265 gettimeofday(&mTimeEnd, nullptr); in C2SoftAomDec()
471 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process()
476 GETTIME(&mTimeEnd, nullptr); in process()
477 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h147 struct timeval mTimeEnd; member
DC2SoftHevcEnc.h99 struct timeval mTimeEnd; member
DC2SoftHevcDec.cpp660 gettimeofday(&mTimeEnd, nullptr); in resetPlugin()
854 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process()
857 GETTIME(&mTimeEnd, nullptr); in process()
858 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
DC2SoftHevcEnc.cpp454 gettimeofday(&mTimeEnd, nullptr); in C2SoftHevcEnc()
1012 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in process()
1027 GETTIME(&mTimeEnd, nullptr); in process()
1029 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken); in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h188 struct timeval mTimeEnd; variable
DC2SoftAvcDec.cpp665 gettimeofday(&mTimeEnd, nullptr); in resetPlugin()
860 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process()
863 GETTIME(&mTimeEnd, nullptr); in process()
864 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
DC2SoftAvcEnc.h156 struct timeval mTimeEnd; // Time at the end of decode() member
DC2SoftAvcEnc.cpp510 gettimeofday(&mTimeEnd, nullptr); in initEncParams()
1581 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in process()
1605 GETTIME(&mTimeEnd, nullptr); in process()
1607 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken); in process()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h187 struct timeval mTimeEnd; member
DC2SoftMpeg2Dec.cpp734 gettimeofday(&mTimeEnd, nullptr); in resetPlugin()
933 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process()
936 GETTIME(&mTimeEnd, nullptr); in process()
937 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp195 gettimeofday(&mTimeEnd, NULL); in initEncParams()
1411 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in onQueueFilled()
1422 GETTIME(&mTimeEnd, NULL); in onQueueFilled()
1424 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken); in onQueueFilled()
DSoftAVCEnc.h161 struct timeval mTimeEnd; // Time at the end of decode() member