HomeSort by relevance Sort by last modified time
    Searched defs:mTimeStart (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 74 struct timeval mTimeStart; // Time at the start of decode()
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 72 struct timeval mTimeStart; // Time at the start of decode()
128 GETTIME(&mTimeStart, NULL); \
131 mTimeStart.tv_sec, mTimeStart.tv_usec, \
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 79 struct timeval mTimeStart; // Time at the start of decode()
137 GETTIME(&mTimeStart, NULL); \
140 mTimeStart.tv_sec, mTimeStart.tv_usec, \
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 158 struct timeval mTimeStart; // Time at the start of decode()
265 GETTIME(&mTimeStart, NULL); \
268 mTimeStart.tv_sec, mTimeStart.tv_usec, \
272 mTimeStart.tv_sec, mTimeStart.tv_usec, \

Completed in 196 milliseconds