/aosp12/frameworks/av/media/codec2/components/aom/ |
H A D | C2SoftAomDec.h | 63 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 D | C2SoftAomDec.cpp | 264 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 D | C2SoftHevcEnc.h | 99 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 D | C2SoftHevcDec.h | 145 struct timeval mTimeStart; member
|
H A D | C2SoftHevcDec.cpp | 664 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 D | C2SoftHevcEnc.cpp | 520 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 D | SoftAVCEnc.h | 160 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 D | SoftAVCEnc.cpp | 194 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 D | C2SoftAvcEnc.h | 161 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 D | C2SoftAvcDec.h | 55 GETTIME(&mTimeStart, NULL); \ 58 mTimeStart.tv_sec, mTimeStart.tv_usec, \ 186 struct timeval mTimeStart; variable
|
H A D | C2SoftAvcDec.cpp | 673 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 D | C2SoftAvcEnc.cpp | 659 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 D | SoftMPEG2.h | 80 struct timeval mTimeStart; // Time at the start of decode() member 141 GETTIME(&mTimeStart, NULL); \ 144 mTimeStart.tv_sec, mTimeStart.tv_usec, \
|
H A D | SoftMPEG2.cpp | 177 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 D | C2SoftMpeg2Dec.h | 54 GETTIME(&mTimeStart, NULL); \ 57 mTimeStart.tv_sec, mTimeStart.tv_usec, \ 186 struct timeval mTimeStart; member
|
H A D | C2SoftMpeg2Dec.cpp | 734 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 D | SoftAVCDec.h | 65 nsecs_t mTimeStart; // Time at the start of decode() member 126 (long long) mTimeStart, \
|
H A D | SoftAVCDec.cpp | 84 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 D | SoftHEVC.cpp | 172 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 D | SoftHEVC.h | 75 struct timeval mTimeStart; // Time at the start of decode() member
|
/aosp12/frameworks/av/media/codec2/components/gav1/ |
H A D | C2SoftGav1Dec.h | 59 struct timeval mTimeStart; // Time at the start of decode() member
|
H A D | C2SoftGav1Dec.cpp | 267 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()
|