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
52 PlaylistFetcher(
81 virtual ~PlaylistFetcher();
219 DISALLOW_EVIL_CONSTRUCTORS(PlaylistFetcher);
H A DPlaylistFetcher.cpp18 #define LOG_TAG "PlaylistFetcher"
21 #include "PlaylistFetcher.h"
50 const int64_t PlaylistFetcher::kMinBufferedDurationUs = 10000000ll;
51 const int64_t PlaylistFetcher::kMaxMonitorDelayUs = 3000000ll;
53 const int32_t PlaylistFetcher::kDownloadBlockSize = 47 * 1024;
54 const int32_t PlaylistFetcher::kNumSkipFrames = 5;
56 PlaylistFetcher::PlaylistFetcher( function in class:android::PlaylistFetcher
88 PlaylistFetcher::~PlaylistFetcher() {
[all...]

Completed in 573 milliseconds