HomeSort by relevance Sort by last modified time
    Searched refs:GETTIME (Results 1 - 21 of 21) 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 563 GETTIME(&mTimeStart, NULL);
594 GETTIME(&mTimeEnd, NULL);
  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.h 46 #define GETTIME(a, b) gettimeofday(a, b);
55 GETTIME(&mTimeStart, NULL); \
C2SoftAvcEnc.h 112 #define GETTIME(a, b) gettimeofday(a, b);
252 GETTIME(&mTimeStart, NULL); \
C2SoftAvcDec.cpp     [all...]
C2SoftAvcEnc.cpp     [all...]
  /hardware/google/av/media/codecs/mpeg2/
C2SoftMpeg2Dec.h 44 #define GETTIME(a, b) gettimeofday(a, b);
53 GETTIME(&mTimeStart, NULL); \
C2SoftMpeg2Dec.cpp     [all...]
  /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...]
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.h 44 #define GETTIME(a, b) gettimeofday(a, b);
C2SoftHevcDec.cpp 785 GETTIME(&mTimeStart, NULL);
789 GETTIME(&mTimeEnd, nullptr);
    [all...]
  /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...]
  /external/autotest/server/cros/servo/
chrome_cr50.py 64 GETTIME = ['= (\S+)']
505 def gettime(self): member in class:ChromeCr50
507 result = self.send_command_get_output('gettime', [' = (.*) s'])
540 will wait until cr50 gettime shows a time greater than 60.
545 cr50_time = self.gettime()
  /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 381 milliseconds