Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h254 bool adjustSeqNumberWithAnchorTime(int64_t anchorTimeUs);
DPlaylistFetcher.cpp1561 bool PlaylistFetcher::adjustSeqNumberWithAnchorTime(int64_t anchorTimeUs) { in adjustSeqNumberWithAnchorTime() argument
1583 int64_t diffUs = anchorTimeUs - mStartTimeUs; in adjustSeqNumberWithAnchorTime()
1615 (long long) anchorTimeUs - mStartTimeUs, in adjustSeqNumberWithAnchorTime()