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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1532 bool PlaylistFetcher::adjustSeqNumberWithAnchorTime(int64_t anchorTimeUs) { argument
1553 // adjust anchorTimeUs to within (minDiffUs, maxDiffUs) from mStartTimeUs
1554 int64_t diffUs = anchorTimeUs - mStartTimeUs;
1586 (long long) anchorTimeUs - mStartTimeUs,

Completed in 35 milliseconds