Searched defs:GETTIME (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/av/media/codec2/components/gav1/ |
H A D | C2SoftGav1Dec.h | 24 #define GETTIME(a, b) gettimeofday(a, b); macro
|
/aosp12/frameworks/av/media/codec2/components/aom/ |
H A D | C2SoftAomDec.h | 24 #define GETTIME(a, b) gettimeofday(a, b); macro
|
/aosp12/frameworks/av/media/libstagefright/codecs/hevcdec/ |
H A D | SoftHEVC.h | 45 #define GETTIME(a, b) gettimeofday(a, b); macro
|
/aosp12/frameworks/av/media/codec2/components/avc/ |
H A D | C2SoftAvcDec.h | 46 #define GETTIME(a, b) gettimeofday(a, b); macro
|
H A D | C2SoftAvcEnc.h | 119 #define GETTIME(a, b) gettimeofday(a, b); macro
|
/aosp12/frameworks/av/media/codec2/components/hevc/ |
H A D | C2SoftHevcDec.h | 44 #define GETTIME(a, b) gettimeofday(a, b); macro
|
H A D | C2SoftHevcEnc.h | 31 #define GETTIME(a, b) gettimeofday(a, b) macro
|
/aosp12/frameworks/av/media/codec2/components/mpeg2/ |
H A D | C2SoftMpeg2Dec.h | 45 #define GETTIME(a, b) gettimeofday(a, b); macro
|
/aosp12/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
H A D | SoftMPEG2.h | 48 #define GETTIME(a, b) gettimeofday(a, b); macro
|
/aosp12/frameworks/av/media/libstagefright/codecs/avcenc/ |
H A D | SoftAVCEnc.h | 110 #define GETTIME(a, b) gettimeofday(a, b); macro
|