Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h37 struct PlaylistFetcher : public AHandler { struct
57 PlaylistFetcher( argument
90 virtual ~PlaylistFetcher(); argument
94 enum {
98 enum {
110 static const int64_t kMaxMonitorDelayUs;
111 static const int32_t kNumSkipFrames;
117 sp<AMessage> mNotify;
118 sp<AMessage> mStartTimeUsNotify;
120 sp<HTTPDownloader> mHTTPDownloader;
[all …]
DPlaylistFetcher.cpp145 PlaylistFetcher::PlaylistFetcher( in PlaylistFetcher() function in android::PlaylistFetcher