/aosp_15_r20/external/libavc/examples/svcenc/ |
H A D | app.h | 167 #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 D | app.h | 159 #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 D | main.c | 95 #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 D | main.c | 97 #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 D | SoftHEVC.h | 45 #define GETTIME(a, b) gettimeofday(a, b); macro
|
/aosp_15_r20/external/libavc/examples/avcdec/ |
H A D | main.c | 102 #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 D | main.c | 103 #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/ |
D | C2GoldfishAvcDec.h | 38 #define GETTIME(a, b) gettimeofday(a, b); macro
|
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ |
D | C2GoldfishHevcDec.h | 38 #define GETTIME(a, b) gettimeofday(a, b); macro
|
/aosp_15_r20/external/libavc/examples/mvcdec/ |
H A D | main.c | 60 #define GETTIME(timer) gettimeofday(timer, NULL); macro 66 #define GETTIME(timer) macro
|
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
H A D | SoftMPEG2.h | 48 #define GETTIME(a, b) gettimeofday(a, b); macro
|
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/avcenc/ |
H A D | SoftAVCEnc.h | 110 #define GETTIME(a, b) gettimeofday(a, b); macro
|
/aosp_15_r20/external/autotest/server/cros/servo/ |
H A D | chrome_cr50.py | 83 GETTIME = ['= (\S+)'] variable in ChromeCr50
|