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

/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp316 const int64_t seekTimeNs = seekTimeUs * 1000ll; local
322 if (seekTimeNs <= 0) {
369 if (pCP->GetTime(pSegment) >= seekTimeNs) {
389 pCues->Find(seekTimeNs, pTrack, pCP, pTP);

Completed in 268 milliseconds