OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iDiff
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp
49
long long
iDiff
= (now.tv_sec * 1000LL) + now.tv_nsec/1000000LL;
50
return
iDiff
;
56
long long
iDiff
= (now.tv_sec * 1000LL) + now.tv_usec/1000LL;
57
return
iDiff
;
/sdk/emulator/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp
49
long long
iDiff
= (now.tv_sec * 1000LL) + now.tv_nsec/1000000LL;
50
return
iDiff
;
56
long long
iDiff
= (now.tv_sec * 1000LL) + now.tv_usec/1000LL;
57
return
iDiff
;
/frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_EditVideo.c
[
all
...]
Completed in 78 milliseconds