/frameworks/av/media/libstagefright/codecs/avcenc/ |
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, \
|
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()
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
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, \
|
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()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.h | 98 nsecs_t mTimeStart = 0; member 126 mTimeStart, INPUT_DUMP_EXT); \ 128 mTimeStart, OUTPUT_DUMP_EXT); \
|
D | C2SoftHevcDec.h | 142 nsecs_t mTimeStart = 0; member
|
D | C2SoftHevcDec.cpp | 666 mTimeStart = mTimeEnd = systemTime(); in resetPlugin() 861 mTimeStart = systemTime(); in process() 862 nsecs_t delay = mTimeStart - mTimeEnd; in process() 865 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
|
D | C2SoftHevcEnc.cpp | 594 mTimeStart = mTimeEnd = systemTime(); in C2SoftHevcEnc() 1209 mTimeStart = systemTime(); in process() 1210 timeDelay = mTimeStart - mTimeEnd; in process() 1227 timeTaken = mTimeEnd - mTimeStart; in process()
|
/frameworks/av/media/libstagefright/codecs/avcdec/ |
D | SoftAVCDec.h | 65 nsecs_t mTimeStart; // Time at the start of decode() member 126 (long long) mTimeStart, \
|
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()
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
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()
|
D | SoftHEVC.h | 75 struct timeval mTimeStart; // Time at the start of decode() member
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.h | 85 nsecs_t mTimeStart = 0; // Time at the start of decode() member
|
D | C2SoftGav1Dec.cpp | 354 mTimeStart = mTimeEnd = systemTime(); in C2SoftGav1Dec() 530 mTimeStart = systemTime(); in process() 531 nsecs_t delay = mTimeStart - mTimeEnd; in process() 538 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.h | 60 nsecs_t mTimeStart = 0; // Time at the start of decode() member
|
D | C2SoftAomDec.cpp | 264 mTimeStart = mTimeEnd = systemTime(); in C2SoftAomDec() 467 mTimeStart = systemTime(); in process() 468 nsecs_t delay = mTimeStart - mTimeEnd; in process() 474 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.h | 183 nsecs_t mTimeStart = 0; variable
|
D | C2SoftAvcDec.cpp | 673 mTimeStart = mTimeEnd = systemTime(); in resetPlugin() 868 mTimeStart = systemTime(); in process() 869 nsecs_t delay = mTimeStart - mTimeEnd; in process() 873 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
|
D | C2SoftAvcEnc.h | 155 nsecs_t mTimeStart = 0; // Time at the start of decode() member
|
D | C2SoftAvcEnc.cpp | 659 mTimeStart = mTimeEnd = systemTime(); in initEncParams() 1821 mTimeStart = systemTime(); in process() 1822 timeDelay = mTimeStart - mTimeEnd; in process() 1848 nsecs_t timeTaken = mTimeEnd - mTimeStart; in process()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.h | 182 nsecs_t mTimeStart = 0; member
|
D | C2SoftMpeg2Dec.cpp | 734 mTimeStart = mTimeEnd = systemTime(); in resetPlugin() 931 nsecs_t delay = mTimeStart - mTimeEnd; in process() 935 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
|