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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp100 int32_t lastSeqNumberInPlaylist = local
104 CHECK_LE(seqNumber, lastSeqNumberInPlaylist);
734 int32_t lastSeqNumberInPlaylist = 0; local
742 lastSeqNumberInPlaylist =
756 mSeqNumber = lastSeqNumberInPlaylist - 3;
770 lastSeqNumberInPlaylist);
790 if (mSeqNumber > lastSeqNumberInPlaylist) {
791 mSeqNumber = lastSeqNumberInPlaylist;
795 lastSeqNumberInPlaylist);
801 || mSeqNumber > lastSeqNumberInPlaylist
1076 int32_t firstSeqNumberInPlaylist, lastSeqNumberInPlaylist; local
[all...]

Completed in 222 milliseconds