/frameworks/av/media/libstagefright/codecs/avcdec/ |
D | SoftAVCDec.cpp | 84 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()
|
D | SoftAVCDec.h | 66 nsecs_t mTimeEnd; // Time at the end of decode() member
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | SoftHEVC.cpp | 173 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()
|
D | SoftHEVC.h | 76 struct timeval mTimeEnd; // Time at the end of decode() member
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.h | 60 struct timeval mTimeEnd; // Time at the end of decode() member
|
D | C2SoftGav1Dec.cpp | 268 gettimeofday(&mTimeEnd, nullptr); in C2SoftGav1Dec() 438 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process() 444 GETTIME(&mTimeEnd, nullptr); in process() 445 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.cpp | 178 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()
|
D | SoftMPEG2.h | 81 struct timeval mTimeEnd; // Time at the end of decode() member
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.h | 64 struct timeval mTimeEnd; // Time at the end of decode() member
|
D | C2SoftAomDec.cpp | 265 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/ |
D | C2SoftHevcDec.h | 146 struct timeval mTimeEnd; member
|
D | C2SoftHevcEnc.h | 100 struct timeval mTimeEnd; member
|
D | C2SoftHevcDec.cpp | 665 gettimeofday(&mTimeEnd, nullptr); in resetPlugin() 861 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process() 864 GETTIME(&mTimeEnd, nullptr); in process() 865 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
|
D | C2SoftHevcEnc.cpp | 521 gettimeofday(&mTimeEnd, nullptr); in C2SoftHevcEnc() 1106 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in process() 1121 GETTIME(&mTimeEnd, nullptr); in process() 1123 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken); in process()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.h | 187 struct timeval mTimeEnd; variable
|
D | C2SoftAvcDec.cpp | 674 gettimeofday(&mTimeEnd, nullptr); in resetPlugin() 871 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process() 874 GETTIME(&mTimeEnd, nullptr); in process() 875 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
|
D | C2SoftAvcEnc.h | 162 struct timeval mTimeEnd; // Time at the end of decode() member
|
D | C2SoftAvcEnc.cpp | 660 gettimeofday(&mTimeEnd, nullptr); in initEncParams() 1823 TIME_DIFF(mTimeEnd, mTimeStart, timeDelay); in process() 1847 GETTIME(&mTimeEnd, nullptr); in process() 1849 TIME_DIFF(mTimeStart, mTimeEnd, timeTaken); in process()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.h | 187 struct timeval mTimeEnd; member
|
D | C2SoftMpeg2Dec.cpp | 735 gettimeofday(&mTimeEnd, nullptr); in resetPlugin() 934 TIME_DIFF(mTimeEnd, mTimeStart, delay); in process() 937 GETTIME(&mTimeEnd, nullptr); in process() 938 TIME_DIFF(mTimeStart, mTimeEnd, decodeTime); in process()
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.cpp | 195 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()
|
D | SoftAVCEnc.h | 161 struct timeval mTimeEnd; // Time at the end of decode() member
|