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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h36 struct PlaylistFetcher : public AHandler { struct in namespace:android
49 PlaylistFetcher(
71 virtual ~PlaylistFetcher();
193 DISALLOW_EVIL_CONSTRUCTORS(PlaylistFetcher);
H A DPlaylistFetcher.cpp18 #define LOG_TAG "PlaylistFetcher"
21 #include "PlaylistFetcher.h"
49 const int64_t PlaylistFetcher::kMinBufferedDurationUs = 10000000ll;
50 const int64_t PlaylistFetcher::kMaxMonitorDelayUs = 3000000ll;
51 const int32_t PlaylistFetcher::kDownloadBlockSize = 192;
52 const int32_t PlaylistFetcher::kNumSkipFrames = 10;
54 PlaylistFetcher::PlaylistFetcher( function in class:android::PlaylistFetcher
81 PlaylistFetcher::~PlaylistFetcher() {
[all...]

Completed in 56 milliseconds