Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avcenc/
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, \
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()
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.h80 struct timeval mTimeStart; // Time at the start of decode() member
141 GETTIME(&mTimeStart, NULL); \
144 mTimeStart.tv_sec, mTimeStart.tv_usec, \
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()
/frameworks/base/services/core/java/com/android/server/am/
DForegroundServiceTypeLoggerModule.java184 timestampsFound.add(call.mTimeStart); in logForegroundServiceStart()
266 timestampsFound.add(closedApi.mTimeStart); in logForegroundServiceStop()
319 return callStart.mTimeStart; in logForegroundServiceApiEventBegin()
338 final long timestamps = callStart.mTimeStart; in logForegroundServiceApiEventBegin()
348 return callStart.mTimeStart; in logForegroundServiceApiEventBegin()
416 return closedCall.mTimeStart; in logForegroundServiceApiEventEnd()
622 final long mTimeStart; // timestamp for the event field in ForegroundServiceTypeLoggerModule.FgsApiRecord
633 this.mTimeStart = timeStart; in FgsApiRecord()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.h98 nsecs_t mTimeStart = 0; member
126 mTimeStart, INPUT_DUMP_EXT); \
128 mTimeStart, OUTPUT_DUMP_EXT); \
DC2SoftHevcDec.h142 nsecs_t mTimeStart = 0; member
DC2SoftHevcDec.cpp670 mTimeStart = mTimeEnd = systemTime(); in resetPlugin()
868 mTimeStart = systemTime(); in process()
869 nsecs_t delay = mTimeStart - mTimeEnd; in process()
872 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
DC2SoftHevcEnc.cpp597 mTimeStart = mTimeEnd = systemTime(); in C2SoftHevcEnc()
1215 mTimeStart = systemTime(); in process()
1216 timeDelay = mTimeStart - mTimeEnd; in process()
1233 timeTaken = mTimeEnd - mTimeStart; in process()
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.h65 nsecs_t mTimeStart; // Time at the start of decode() member
126 (long long) mTimeStart, \
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()
/frameworks/av/media/libstagefright/codecs/hevcdec/
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()
DSoftHEVC.h75 struct timeval mTimeStart; // Time at the start of decode() member
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.h93 nsecs_t mTimeStart = 0; // Time at the start of decode() member
DC2SoftGav1Dec.cpp432 mTimeStart = mTimeEnd = systemTime(); in C2SoftGav1Dec()
612 mTimeStart = systemTime(); in process()
613 nsecs_t delay = mTimeStart - mTimeEnd; in process()
620 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.h60 nsecs_t mTimeStart = 0; // Time at the start of decode() member
DC2SoftAomDec.cpp264 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/dav1d/
DC2SoftDav1dDec.h100 nsecs_t mTimeStart = 0; // Time at the start of decode() member
DC2SoftDav1dDec.cpp447 mTimeStart = mTimeEnd = systemTime(); in C2SoftDav1dDec()
659 mTimeStart = systemTime(); in process()
660 nsecs_t delay = mTimeStart - mTimeEnd; in process()
757 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h182 nsecs_t mTimeStart = 0; member
DC2SoftMpeg2Dec.cpp739 mTimeStart = mTimeEnd = systemTime(); in resetPlugin()
939 nsecs_t delay = mTimeStart - mTimeEnd; in process()
943 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h183 nsecs_t mTimeStart = 0; variable
DC2SoftAvcEnc.h155 nsecs_t mTimeStart = 0; // Time at the start of decode() member
DC2SoftAvcDec.cpp677 mTimeStart = mTimeEnd = systemTime(); in resetPlugin()
875 mTimeStart = systemTime(); in process()
876 nsecs_t delay = mTimeStart - mTimeEnd; in process()
880 nsecs_t decodeTime = mTimeEnd - mTimeStart; in process()
DC2SoftAvcEnc.cpp678 mTimeStart = mTimeEnd = systemTime(); in initEncParams()
1860 mTimeStart = systemTime(); in process()
1861 timeDelay = mTimeStart - mTimeEnd; in process()
1887 nsecs_t timeTaken = mTimeEnd - mTimeStart; in process()