Home | History | Annotate | Download | only in stagefright

Lines Matching refs:seekTimeUs

234         int64_t seekTimeUs = -1;
255 if (seekTimeUs >= 0) {
256 int64_t diff = timestampUs - seekTimeUs;
265 seekTimeUs / 1E6, timestampUs / 1E6);
289 seekTimeUs = -1;
292 seekTimeUs = (rand() * (float)durationUs) / RAND_MAX;
293 options.setSeekTo(seekTimeUs);
296 seekTimeUs, seekTimeUs / 1E6);
554 for (int64_t seekTimeUs = 0; seekTimeUs <= durationUs;
555 seekTimeUs += 60000ll) {
558 seekTimeUs, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
592 seekTimeUs, timeUs, seekTimeUs - timeUs);