Searched refs:mCurrentLoopStartTimeUs (Results 1 – 1 of 1) sorted by relevance
101 private long mCurrentLoopStartTimeUs = 0; field in SampleTunerTvInputService.TvInputSessionImpl419 if (mCurrentLoopStartTimeUs == 0 || currentFramePtsUs < mLastFramePtsUs) {420 mCurrentLoopStartTimeUs = System.nanoTime() / 1000;424 long desiredUs = mCurrentLoopStartTimeUs + currentFramePtsUs;