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

  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 75 struct timeval mTimeStart; // Time at the start of decode()
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 65 nsecs_t mTimeStart; // Time at the start of decode()
126 (long long) mTimeStart, \
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 80 struct timeval mTimeStart; // Time at the start of decode()
141 GETTIME(&mTimeStart, NULL); \
144 mTimeStart.tv_sec, mTimeStart.tv_usec, \
  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.h 55 GETTIME(&mTimeStart, NULL); \
58 mTimeStart.tv_sec, mTimeStart.tv_usec, \
182 struct timeval mTimeStart;
C2SoftAvcEnc.h 160 struct timeval mTimeStart; // Time at the start of decode()
252 GETTIME(&mTimeStart, NULL); \
255 mTimeStart.tv_sec, mTimeStart.tv_usec, \
259 mTimeStart.tv_sec, mTimeStart.tv_usec, \
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.h 133 struct timeval mTimeStart;
  /hardware/google/av/media/codecs/mpeg2/
C2SoftMpeg2Dec.h 53 GETTIME(&mTimeStart, NULL); \
56 mTimeStart.tv_sec, mTimeStart.tv_usec, \
181 struct timeval mTimeStart;
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 160 struct timeval mTimeStart; // Time at the start of decode()
267 GETTIME(&mTimeStart, NULL); \
270 mTimeStart.tv_sec, mTimeStart.tv_usec, \
274 mTimeStart.tv_sec, mTimeStart.tv_usec, \

Completed in 79 milliseconds