Home
last modified time | relevance | path

Searched refs:mTimeEnd (Results 1 – 24 of 24) 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.h76 struct timeval mTimeEnd; // Time at the end of decode() member
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()
/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.h61 nsecs_t mTimeEnd = 0; // Time at the end of decode() member
DC2SoftAomDec.cpp264 mTimeStart = mTimeEnd = systemTime(); in C2SoftAomDec()
468 nsecs_t delay = mTimeStart - mTimeEnd; in process()
473 mTimeEnd = systemTime(); in process()
474 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.h94 nsecs_t mTimeEnd = 0; // Time at the end of decode() member
DC2SoftGav1Dec.cpp432 mTimeStart = mTimeEnd = systemTime(); in C2SoftGav1Dec()
613 nsecs_t delay = mTimeStart - mTimeEnd; in process()
619 mTimeEnd = systemTime(); in process()
620 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.h101 nsecs_t mTimeEnd = 0; // Time at the end of decode() member
DC2SoftDav1dDec.cpp447 mTimeStart = mTimeEnd = systemTime(); in C2SoftDav1dDec()
660 nsecs_t delay = mTimeStart - mTimeEnd; in process()
756 mTimeEnd = systemTime(); in process()
757 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h143 nsecs_t mTimeEnd = 0; member
DC2SoftHevcEnc.h99 nsecs_t mTimeEnd = 0; member
DC2SoftHevcDec.cpp670 mTimeStart = mTimeEnd = systemTime(); in resetPlugin()
869 nsecs_t delay = mTimeStart - mTimeEnd; in process()
871 mTimeEnd = systemTime(); in process()
872 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
DC2SoftHevcEnc.cpp597 mTimeStart = mTimeEnd = systemTime(); in C2SoftHevcEnc()
1216 timeDelay = mTimeStart - mTimeEnd; in process()
1232 mTimeEnd = systemTime(); in process()
1233 timeTaken = mTimeEnd - mTimeStart; in process()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h183 nsecs_t mTimeEnd = 0; member
DC2SoftMpeg2Dec.cpp739 mTimeStart = mTimeEnd = systemTime(); in resetPlugin()
939 nsecs_t delay = mTimeStart - mTimeEnd; in process()
942 mTimeEnd = systemTime(); in process()
943 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h184 nsecs_t mTimeEnd = 0; variable
DC2SoftAvcEnc.h156 nsecs_t mTimeEnd = 0; // Time at the end of decode() member
DC2SoftAvcDec.cpp677 mTimeStart = mTimeEnd = systemTime(); in resetPlugin()
876 nsecs_t delay = mTimeStart - mTimeEnd; in process()
879 mTimeEnd = systemTime(); in process()
880 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
DC2SoftAvcEnc.cpp678 mTimeStart = mTimeEnd = systemTime(); in initEncParams()
1861 timeDelay = mTimeStart - mTimeEnd; in process()
1886 mTimeEnd = systemTime(); in process()
1887 nsecs_t timeTaken = mTimeEnd - mTimeStart; 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