Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomDec.h63 struct timeval mTimeStart; // Time at the start of decode() member
88 GETTIME(&mTimeStart, NULL); \
91 sprintf(mInFile, "%s_%ld.%ld.%s", INPUT_DUMP_PATH, mTimeStart.tv_sec, \
92 mTimeStart.tv_usec, INPUT_DUMP_EXT); \
95 mTimeStart.tv_sec, mTimeStart.tv_usec, OUTPUT_DUMP_EXT); \
H A DC2SoftAomDec.cpp264 gettimeofday(&mTimeStart, nullptr); in C2SoftAomDec()
470 GETTIME(&mTimeStart, nullptr); in process()
471 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process()
477 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcEnc.h99 struct timeval mTimeStart; member
124 GETTIME(&mTimeStart, NULL); \
127 sprintf(mInFile, "%s_%ld.%ld.%s", INPUT_DUMP_PATH, mTimeStart.tv_sec, \
128 mTimeStart.tv_usec, INPUT_DUMP_EXT); \
131 mTimeStart.tv_sec, mTimeStart.tv_usec, OUTPUT_DUMP_EXT); \
H A DC2SoftHevcDec.h145 struct timeval mTimeStart; member
H A DC2SoftHevcDec.cpp664 gettimeofday(&mTimeStart, nullptr); in resetPlugin()
860 GETTIME(&mTimeStart, nullptr); in process()
861 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process()
865 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
H A DC2SoftHevcEnc.cpp520 gettimeofday(&mTimeStart, nullptr); in C2SoftHevcEnc()
1105 GETTIME(&mTimeStart, nullptr); in process()
1106 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in process()
1123 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken); in process()
/aosp12/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h160 struct timeval mTimeStart; // Time at the start of decode() member
267 GETTIME(&mTimeStart, NULL); \
270 mTimeStart.tv_sec, mTimeStart.tv_usec, \
274 mTimeStart.tv_sec, mTimeStart.tv_usec, \
H A DSoftAVCEnc.cpp194 gettimeofday(&mTimeStart, NULL); in initEncParams()
1408 GETTIME(&mTimeStart, NULL); in onQueueFilled()
1411 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in onQueueFilled()
1424 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken); in onQueueFilled()
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcEnc.h161 struct timeval mTimeStart; // Time at the start of decode() member
262 GETTIME(&mTimeStart, NULL); \
265 mTimeStart.tv_sec, mTimeStart.tv_usec, \
269 mTimeStart.tv_sec, mTimeStart.tv_usec, \
H A DC2SoftAvcDec.h55 GETTIME(&mTimeStart, NULL); \
58 mTimeStart.tv_sec, mTimeStart.tv_usec, \
186 struct timeval mTimeStart; variable
H A DC2SoftAvcDec.cpp673 gettimeofday(&mTimeStart, nullptr); in resetPlugin()
870 GETTIME(&mTimeStart, nullptr); in process()
871 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process()
875 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
H A DC2SoftAvcEnc.cpp659 gettimeofday(&mTimeStart, nullptr); in initEncParams()
1820 GETTIME(&mTimeStart, nullptr); in process()
1823 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in process()
1849 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken); in process()
/aosp12/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h80 struct timeval mTimeStart; // Time at the start of decode() member
141 GETTIME(&mTimeStart, NULL); \
144 mTimeStart.tv_sec, mTimeStart.tv_usec, \
H A DSoftMPEG2.cpp177 gettimeofday(&mTimeStart, NULL); in resetPlugin()
699 GETTIME(&mTimeStart, NULL); in onQueueFilled()
702 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in onQueueFilled()
714 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken); in onQueueFilled()
/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.h54 GETTIME(&mTimeStart, NULL); \
57 mTimeStart.tv_sec, mTimeStart.tv_usec, \
186 struct timeval mTimeStart; member
H A DC2SoftMpeg2Dec.cpp734 gettimeofday(&mTimeStart, nullptr); in resetPlugin()
933 GETTIME(&mTimeStart, nullptr); in process()
934 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process()
938 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
/aosp12/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h65 nsecs_t mTimeStart; // Time at the start of decode() member
126 (long long) mTimeStart, \
H A DSoftAVCDec.cpp84 mTimeStart = mTimeEnd = systemTime(); in SoftAVC()
179 mTimeStart = mTimeEnd = systemTime(); in resetPlugin()
574 mTimeStart = systemTime(); in onQueueFilled()
577 timeDelay = mTimeStart - mTimeEnd; in onQueueFilled()
614 timeTaken = mTimeEnd - mTimeStart; in onQueueFilled()
/aosp12/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp172 gettimeofday(&mTimeStart, NULL); in resetPlugin()
563 GETTIME(&mTimeStart, NULL); in onQueueFilled()
566 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in onQueueFilled()
604 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken); in onQueueFilled()
H A DSoftHEVC.h75 struct timeval mTimeStart; // Time at the start of decode() member
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.h59 struct timeval mTimeStart; // Time at the start of decode() member
H A DC2SoftGav1Dec.cpp267 gettimeofday(&mTimeStart, nullptr); in C2SoftGav1Dec()
437 GETTIME(&mTimeStart, nullptr); in process()
438 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process()
445 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()