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.cpp 18 #define LOG_TAG "PlaylistFetcher"
21 #include "PlaylistFetcher.h"
49 const int64_t PlaylistFetcher::kMinBufferedDurationUs = 10000000ll;
51 PlaylistFetcher::PlaylistFetcher(
72 PlaylistFetcher::~PlaylistFetcher() {
75 int64_t PlaylistFetcher::getSegmentStartTimeUs(int32_t seqNumber) const {
106 bool PlaylistFetcher::timeToRefreshPlaylist(int64_t nowUs) const {
163 status_t PlaylistFetcher::decryptBuffer
    [all...]
PlaylistFetcher.h 36 struct PlaylistFetcher : public AHandler {
48 PlaylistFetcher(
66 virtual ~PlaylistFetcher();
150 DISALLOW_EVIL_CONSTRUCTORS(PlaylistFetcher);

Completed in 238 milliseconds