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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp94 int32_t firstSeqNumberInPlaylist; local
96 "media-sequence", &firstSeqNumberInPlaylist)) {
97 firstSeqNumberInPlaylist = 0;
101 firstSeqNumberInPlaylist + (int32_t)mPlaylist->size() - 1;
103 CHECK_GE(seqNumber, firstSeqNumberInPlaylist);
108 index < seqNumber - firstSeqNumberInPlaylist; ++index) {
733 int32_t firstSeqNumberInPlaylist = 0; local
739 mPlaylist->meta()->findInt32("media-sequence", &firstSeqNumberInPlaylist);
743 firstSeqNumberInPlaylist + (int32_t)mPlaylist->size() - 1;
757 if (mSeqNumber < firstSeqNumberInPlaylist) {
1076 int32_t firstSeqNumberInPlaylist, lastSeqNumberInPlaylist; local
1104 int32_t firstSeqNumberInPlaylist; local
1136 int32_t firstSeqNumberInPlaylist; local
1303 int32_t firstSeqNumberInPlaylist; local
[all...]

Completed in 314 milliseconds