Home | History | Annotate | Download | only in nuplayer

Lines Matching defs:seekTimeUs

172 void NuPlayer::seekToAsync(int64_t seekTimeUs) {
174 msg->setInt64("seekTimeUs", seekTimeUs);
581 int64_t seekTimeUs;
582 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs));
584 ALOGV("kWhatSeek seekTimeUs=%lld us (%.2f secs)",
585 seekTimeUs, seekTimeUs / 1E6);
587 mSource->seekTo(seekTimeUs);