Home | History | Annotate | Download | only in lvpp

Lines Matching refs:LL

223                                               ((mPlayEndTimeMsec)*1000LL));
243 ((mPlayEndTimeMsec)*1000LL));
254 mDurationUs = (mPlayEndTimeMsec - mPlayBeginTimeMsec)*1000LL;
434 (int64_t)((mPlayEndTimeMsec)*1000LL));
805 // locations, we'll "pause" the audio source, causing it to
860 mDecodedVideoTs = (mPlayEndTimeMsec*1000LL);
904 int64_t playbackTimeRemaining = (mPlayEndTimeMsec * 1000LL) - timeUs;
994 mDecodedVideoTs = (mPlayEndTimeMsec*1000LL);
1085 mDecodedVideoTs = (mPlayEndTimeMsec*1000LL);
1308 mDecVideoTsStoryBoard = mStoryboardStartTimeMsec * 1000LL;
1334 mDecVideoTsStoryBoard = mStoryboardStartTimeMsec * 1000LL;
1656 if (!(mFlags & VIDEO_AT_EOS) && videoLateByUs > 300000ll) {
1657 ALOGV("video late by %lld ms.", videoLateByUs / 1000ll);
1662 videoLateByUs / 1000ll);
2032 mQueue.postEventWithDelay(mVideoLagEvent, 1000000ll);