Home
last modified time | relevance | path

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

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