Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/extractors/mpeg2/
H A DMPEG2TSExtractor.cpp752 int64_t syncTimeUs = mSeekSyncPoints->keyAt(syncPointsSize - 1); in seekBeyond() local
760 if (timeUs < syncTimeUs) { in seekBeyond()