OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlaylistFetcher
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/httplive/
Android.mk
9
PlaylistFetcher
.cpp \
PlaylistFetcher.cpp
18
#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
(
81
PlaylistFetcher
::~
PlaylistFetcher
() {
[
all
...]
LiveSession.h
33
struct
PlaylistFetcher
;
95
friend struct
PlaylistFetcher
;
116
sp<
PlaylistFetcher
> mFetcher;
188
sp<
PlaylistFetcher
> addFetcher(const char *uri);
PlaylistFetcher.h
36
struct
PlaylistFetcher
: public AHandler {
49
PlaylistFetcher
(
71
virtual ~
PlaylistFetcher
();
193
DISALLOW_EVIL_CONSTRUCTORS(
PlaylistFetcher
);
LiveSession.cpp
24
#include "
PlaylistFetcher
.h"
282
case
PlaylistFetcher
::kWhatStarted:
284
case
PlaylistFetcher
::kWhatPaused:
285
case
PlaylistFetcher
::kWhatStopped:
287
if (what ==
PlaylistFetcher
::kWhatStopped) {
312
case
PlaylistFetcher
::kWhatDurationUpdate:
325
case
PlaylistFetcher
::kWhatError:
330
ALOGE("XXX Received error %d from
PlaylistFetcher
.", err);
352
case
PlaylistFetcher
::kWhatTemporarilyDoneFetching:
376
case
PlaylistFetcher
::kWhatStartedAt
[
all
...]
Completed in 50 milliseconds