Home
last modified time | relevance | path

Searched refs:endWhenNsec (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/cmds/screenrecord/
DFrameOutput.cpp134 int64_t startWhenNsec, pixWhenNsec, endWhenNsec; in copyFrame() local
149 endWhenNsec = systemTime(CLOCK_MONOTONIC); in copyFrame()
152 (endWhenNsec - pixWhenNsec) / 1000000.0); in copyFrame()
179 endWhenNsec = systemTime(CLOCK_MONOTONIC); in copyFrame()
181 (endWhenNsec - startWhenNsec) / 1000000.0); in copyFrame()
Dscreenrecord.cpp353 int64_t endWhenNsec = startWhenNsec + seconds_to_nanoseconds(gTimeLimitSec); in runEncoder() local
371 if (systemTime(CLOCK_MONOTONIC) > endWhenNsec) { in runEncoder()