HomeSort by relevance Sort by last modified time
    Searched refs:GETTIME (Results 1 - 13 of 13) sorted by null

  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 48 #define GETTIME(a, b) gettimeofday(a, b);
141 GETTIME(&mTimeStart, NULL); \
SoftMPEG2.cpp 699 GETTIME(&mTimeStart, NULL);
712 GETTIME(&mTimeEnd, NULL);
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 45 #define GETTIME(a, b) gettimeofday(a, b);
SoftHEVC.cpp 562 GETTIME(&mTimeStart, NULL);
593 GETTIME(&mTimeEnd, NULL);
  /external/libavc/test/encoder/
app.h 154 #define GETTIME(timer) QueryPerformanceCounter(timer);
157 #define GETTIME(timer) gettimeofday(timer,NULL);
176 #define GETTIME(timer)
main.c     [all...]
  /external/autotest/server/cros/servo/
chrome_cr50.py 38 GETTIME = ['= (\S+)']
266 rv = self.send_command_get_output('gettime', self.GETTIME)
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 110 #define GETTIME(a, b) gettimeofday(a, b);
267 GETTIME(&mTimeStart, NULL); \
SoftAVCEnc.cpp     [all...]
  /external/libhevc/test/decoder/
main.c 100 #define GETTIME(timer) QueryPerformanceCounter(timer);
103 #define GETTIME(timer) gettimeofday(timer,NULL);
122 #define GETTIME(timer)
    [all...]
  /external/libavc/test/decoder/
main.c 103 #define GETTIME(timer) QueryPerformanceCounter(timer);
106 #define GETTIME(timer) gettimeofday(timer,NULL);
125 #define GETTIME(timer)
    [all...]
  /external/libmpeg2/test/decoder/
main.c 98 #define GETTIME(timer) QueryPerformanceCounter(timer);
100 #define GETTIME(timer) gettimeofday(timer,NULL);
116 #define GETTIME(timer)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c 1169 #define GETTIME(t) gettimeofday(&(t), (struct timezone* )0)
1177 #define GETTIME(t) times(&(t))
    [all...]

Completed in 613 milliseconds