OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMsPerSec
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libnbaio/include/media/nbaio/
PerformanceAnalysis.h
106
static const int
kMsPerSec
= 1000;
129
static const int kMaxHistTimespanMs = 5 *
kMsPerSec
;
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.cpp
426
static int64_t
kMsPerSec
= 1000;
432
int64_t now = static_cast<int64_t>(ts.tv_sec) *
kMsPerSec
+ ts.tv_nsec / kNsPerMs;
[
all
...]
Completed in 82 milliseconds