Home
last modified time | relevance | path

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

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