Searched refs:checkStartTimeRealUs (Results 1 – 1 of 1) sorted by relevance
484 long checkStartTimeRealUs = System.nanoTime() / 1000; in runPlayAV() local499 long playTimeUs = System.nanoTime() / 1000 - checkStartTimeRealUs; in runPlayAV()