Home
last modified time | relevance | path

Searched refs:nanoseconds_to_seconds (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/tests/benchmark/src/native/common/utils/
DTimers.h49 static inline nsecs_t nanoseconds_to_seconds(nsecs_t secs) { in nanoseconds_to_seconds() function
71 return nanoseconds_to_seconds(v); in ns2s()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp532 debugNumFrames, nanoseconds_to_seconds( in runEncoder()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp6210 while (nanoseconds_to_seconds(systemTime() - startTime) < 10) { in TEST_F()