Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h36 struct PlaylistFetcher : public AHandler { struct
56 PlaylistFetcher( argument
89 virtual ~PlaylistFetcher(); argument
93 enum {
97 enum {
109 static const int64_t kMaxMonitorDelayUs;
110 static const int32_t kNumSkipFrames;
116 sp<AMessage> mNotify;
117 sp<AMessage> mStartTimeUsNotify;
119 sp<HTTPDownloader> mHTTPDownloader;
[all …]
DPlaylistFetcher.cpp139 PlaylistFetcher::PlaylistFetcher( in PlaylistFetcher() function in android::PlaylistFetcher