Home
last modified time | relevance | path

Searched refs:seekTimeNs (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp380 const int64_t seekTimeNs = seekTimeUs * 1000ll - mExtractor->mSeekPreRollNs; in seek() local
386 if (seekTimeNs <= 0) { in seek()
444 if (pCP->GetTime(pSegment) >= seekTimeNs) { in seek()
454 pTP = track.find(seekTimeNs); in seek()
460 if (pTrack && pTrack->GetType() == 1 && pCues->Find(seekTimeNs, pTrack, pCP, pTP)) { in seek()