Searched defs:mTimeStart (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h75 struct timeval mTimeStart; // Time at the start of decode() member in struct:android::SoftHEVC
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h65 nsecs_t mTimeStart; // Time at the start of decode() member in struct:android::SoftAVC
126 (long long) mTimeStart, \
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h80 struct timeval mTimeStart; // Time at the start of decode() member in struct:android::SoftMPEG2
141 GETTIME(&mTimeStart, NULL); \
144 mTimeStart.tv_sec, mTimeStart.tv_usec, \
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h160 struct timeval mTimeStart; // Time at the start of decode() member in struct:android::SoftAVC
267 GETTIME(&mTimeStart, NULL); \
270 mTimeStart.tv_sec, mTimeStart.tv_usec, \
274 mTimeStart.tv_sec, mTimeStart.tv_usec, \

Completed in 1635 milliseconds