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

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

Completed in 117 milliseconds