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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp326 ALOGV("Need to refresh playlist in %" PRId64 , maxDelayUs);
640 // when we cannot make out from the manifest what streams are included in a playlist
689 // refresh the playlist will become 0
697 sp<M3UParser> playlist = mSession->fetchPlaylist( local
700 if (playlist == NULL) {
702 // We succeeded in fetching the playlist, but it was
709 ALOGE("failed to load playlist at url '%s'", uriDebugString(mURI).c_str());
714 mPlaylist = playlist;
811 // playlist's target duration or 3 seconds, whichever is less
845 // the playlist,
[all...]
H A DLiveSession.cpp225 // adaptive streaming, discontinuities in the playlist
688 ALOGE("unable to fetch master playlist %s.", uriDebugString(url).c_str());
695 // initial bandwidth by listing it first in the variant playlist.
970 // playlist unchanged
981 sp<M3UParser> playlist = local
984 if (playlist->initCheck() != OK) {
985 ALOGE("failed to parse .m3u8 playlist");
990 return playlist;

Completed in 123 milliseconds