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