Home
last modified time | relevance | path

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

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