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

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

Completed in 1245 milliseconds