Home | History | Annotate | Download | only in omx

Lines Matching refs:timeUs

583     int64_t timeUs = item.mTimestamp / 1000;
589 mPrevCaptureUs = timeUs;
590 mPrevFrameUs = timeUs;
593 int64_t nFrames = (timeUs + mTimePerCaptureUs / 2 - mPrevCaptureUs)
597 ALOGV("skipping frame, timeUs %lld", static_cast<long long>(timeUs));
604 ALOGV("timeUs %lld, captureUs %lld, frameUs %lld",
605 static_cast<long long>(timeUs),
619 int64_t originalTimeUs = timeUs;
628 timeUs = (timestampGapUs < mMaxTimestampGapUs ?
632 mPrevModifiedTimeUs = timeUs;
633 mOriginalTimeUs.add(timeUs, originalTimeUs);
636 static_cast<long long>(timeUs));
639 return timeUs;
646 int64_t timeUs = getTimestamp(item);
647 if (timeUs < 0ll) {
678 timeUs);