Home
last modified time | relevance | path

Searched defs:DownloadState (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp53 struct PlaylistFetcher::DownloadState : public RefBase { struct in android::PlaylistFetcher
73 bool mHasSavedState;
74 AString mUri;
75 sp<AMessage> mItemMeta;
76 sp<ABuffer> mBuffer;
77 sp<ABuffer> mTsBuffer;
78 int32_t mFirstSeqNumberInPlaylist;
79 int32_t mLastSeqNumberInPlaylist;
82 PlaylistFetcher::DownloadState::DownloadState() { in DownloadState() function in android::PlaylistFetcher::DownloadState