Searched refs:endWhenNsec (Results 1 – 2 of 2) sorted by relevance
134 int64_t startWhenNsec, pixWhenNsec, endWhenNsec; in copyFrame() local149 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()
353 int64_t endWhenNsec = startWhenNsec + seconds_to_nanoseconds(gTimeLimitSec); in runEncoder() local371 if (systemTime(CLOCK_MONOTONIC) > endWhenNsec) { in runEncoder()