HomeSort by relevance Sort by last modified time
    Searched defs:PlaylistFetcher (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 36 struct PlaylistFetcher : public AHandler {
56 PlaylistFetcher(
89 virtual ~PlaylistFetcher();
253 DISALLOW_EVIL_CONSTRUCTORS(PlaylistFetcher);
PlaylistFetcher.cpp 18 #define LOG_TAG "PlaylistFetcher"
22 #include "PlaylistFetcher.h"
48 const int64_t PlaylistFetcher::kMinBufferedDurationUs = 30000000ll;
49 const int64_t PlaylistFetcher::kMaxMonitorDelayUs = 3000000ll;
51 const int32_t PlaylistFetcher::kDownloadBlockSize = 47 * 1024;
53 struct PlaylistFetcher::DownloadState : public RefBase {
82 PlaylistFetcher::DownloadState::DownloadState() {
86 bool PlaylistFetcher::DownloadState::hasSavedState() const {
90 void PlaylistFetcher::DownloadState::resetState() {
101 void PlaylistFetcher::DownloadState::restoreState
    [all...]

Completed in 198 milliseconds