Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:timeUs

693 status_t AwesomePlayer::seekTo(int64_t timeUs) {
698 return seekTo_l(timeUs);
704 status_t AwesomePlayer::seekTo_l(int64_t timeUs) {
707 mSeekTimeUs = timeUs;
898 int64_t timeUs;
899 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &timeUs));
903 mVideoTimeUs = timeUs;
908 LOGV("seeking audio to %lld us (%.2f secs).", timeUs, timeUs / 1E6);
910 mAudioPlayer->seekTo(timeUs);
927 mTimeSourceDeltaUs = mTimeSource->getRealTimeUs() - timeUs;
938 int64_t latenessUs = nowUs - timeUs;