Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp1040 int64_t timeFromEnd = 0; in initSeqNumberForLiveStream() local
1056 timeFromEnd += itemDurationUs; in initSeqNumberForLiveStream()
1058 } while (timeFromEnd < targetDuration * 3E6 && index > 0); in initSeqNumberForLiveStream()