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

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

Completed in 249 milliseconds