Lines Matching refs:LL
41 static const int64_t kOffloadPauseMaxUs = 60000000ll;
44 const int64_t NuPlayer::Renderer::kMinPositionUpdateDelayUs = 100000ll;
73 mVideoLateByUs(0ll),
352 * numFramesPendingPlayout * 1000ll;
690 (int64_t)(max((long long)mNumFramesWritten - mAnchorNumFramesWritten, 0LL)
691 * 1000LL * mAudioSink->msecsPerFrame());
698 mNumFramesWritten * 1000LL * mAudioSink->msecsPerFrame();
862 entry->mNotifyConsumed->setInt64("timestampNs", realTimeUs * 1000ll);
961 if (diff > 100000ll) {
1038 // a discontinuity that leads to flushing, we'll never find the
1040 // Therefore we'll stop syncing the queues if at least one of them
1230 ts.mTime.tv_sec * 1000000LL + ts.mTime.tv_nsec / 1000;
1253 numFramesPlayedAt += 1000LL * mAudioSink->latency() / 2; /* XXX */
1259 int64_t durationUs = (int64_t)((int32_t)numFramesPlayed * 1000LL * mAudioSink->msecsPerFrame())