Searched refs:PlaylistFetcher (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DAndroid.mk9 PlaylistFetcher.cpp \
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...]
H A DLiveSession.h35 struct PlaylistFetcher;
100 friend struct PlaylistFetcher;
125 sp<PlaylistFetcher> mFetcher;
217 sp<PlaylistFetcher> addFetcher(const char *uri);
H A DLiveSession.cpp24 #include "PlaylistFetcher.h"
92 PlaylistFetcher::kDownloadBlockSize + 1;
166 targetDurationUs > PlaylistFetcher::kMinBufferedDurationUs) {
169 targetDurationUs = PlaylistFetcher::kMinBufferedDurationUs;
424 case PlaylistFetcher::kWhatStarted:
426 case PlaylistFetcher::kWhatPaused:
427 case PlaylistFetcher::kWhatStopped:
429 if (what == PlaylistFetcher::kWhatStopped) {
459 case PlaylistFetcher::kWhatDurationUpdate:
472 case PlaylistFetcher
[all...]

Completed in 83 milliseconds