Searched refs:pixWhenNsec (Results 1 – 1 of 1) sorted by relevance
134 int64_t startWhenNsec, pixWhenNsec, endWhenNsec; in copyFrame() local145 pixWhenNsec = systemTime(CLOCK_MONOTONIC); in copyFrame()151 (pixWhenNsec - startWhenNsec) / 1000000.0, in copyFrame()152 (endWhenNsec - pixWhenNsec) / 1000000.0); in copyFrame()