Home
last modified time | relevance | path

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

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