Home
last modified time | relevance | path

Searched defs:GETTIME (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/libavc/examples/svcenc/
H A Dapp.h167 #define GETTIME(timer) QueryPerformanceCounter(timer); macro
169 #define GETTIME(timer) gettimeofday(timer, NULL); macro
186 #define GETTIME(timer) macro
/aosp_15_r20/external/libavc/examples/avcenc/
H A Dapp.h159 #define GETTIME(timer) QueryPerformanceCounter(timer); macro
162 #define GETTIME(timer) gettimeofday(timer,NULL); macro
181 #define GETTIME(timer) macro
/aosp_15_r20/external/libmpeg2/test/decoder/
H A Dmain.c95 #define GETTIME(timer) QueryPerformanceCounter(timer); macro
97 #define GETTIME(timer) gettimeofday(timer,NULL); macro
113 #define GETTIME(timer) macro
/aosp_15_r20/external/libhevc/test/decoder/
H A Dmain.c97 #define GETTIME(timer) QueryPerformanceCounter(timer); macro
100 #define GETTIME(timer) gettimeofday(timer,NULL); macro
119 #define GETTIME(timer) macro
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h45 #define GETTIME(a, b) gettimeofday(a, b); macro
/aosp_15_r20/external/libavc/examples/avcdec/
H A Dmain.c102 #define GETTIME(timer) QueryPerformanceCounter(timer); macro
105 #define GETTIME(timer) gettimeofday(timer,NULL); macro
124 #define GETTIME(timer) macro
/aosp_15_r20/external/libavc/examples/svcdec/
H A Dmain.c103 #define GETTIME(timer) QueryPerformanceCounter(timer); macro
106 #define GETTIME(timer) gettimeofday(timer, NULL); macro
127 #define GETTIME(timer) macro
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.h38 #define GETTIME(a, b) gettimeofday(a, b); macro
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.h38 #define GETTIME(a, b) gettimeofday(a, b); macro
/aosp_15_r20/external/libavc/examples/mvcdec/
H A Dmain.c60 #define GETTIME(timer) gettimeofday(timer, NULL); macro
66 #define GETTIME(timer) macro
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h48 #define GETTIME(a, b) gettimeofday(a, b); macro
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h110 #define GETTIME(a, b) gettimeofday(a, b); macro
/aosp_15_r20/external/autotest/server/cros/servo/
H A Dchrome_cr50.py83 GETTIME = ['= (\S+)'] variable in ChromeCr50