Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DFrameOutput.cpp134 int64_t startWhenNsec, pixWhenNsec, endWhenNsec; in copyFrame() local
136 startWhenNsec = systemTime(CLOCK_MONOTONIC); in copyFrame()
151 (pixWhenNsec - startWhenNsec) / 1000000.0, in copyFrame()
174 startWhenNsec = systemTime(CLOCK_MONOTONIC); in copyFrame()
181 (endWhenNsec - startWhenNsec) / 1000000.0); in copyFrame()
Dscreenrecord.cpp352 int64_t startWhenNsec = systemTime(CLOCK_MONOTONIC); in runEncoder() local
353 int64_t endWhenNsec = startWhenNsec + seconds_to_nanoseconds(gTimeLimitSec); in runEncoder()
511 systemTime(CLOCK_MONOTONIC) - startWhenNsec)); in runEncoder()