Searched defs:LiveSession (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h42 struct LiveSession : public AHandler { struct in namespace:android
70 LiveSession(
116 virtual ~LiveSession();
310 DISALLOW_EVIL_CONSTRUCTORS(LiveSession);
H A DLiveSession.cpp18 #define LOG_TAG "LiveSession"
21 #include "LiveSession.h"
47 const int64_t LiveSession::kUpSwitchMarkUs = 15000000ll;
48 const int64_t LiveSession::kDownSwitchMarkUs = 20000000ll;
49 const int64_t LiveSession::kUpSwitchMarginUs = 5000000ll;
50 const int64_t LiveSession::kResumeThresholdUs = 100000ll;
53 const int64_t LiveSession::kReadyMarkUs = 5000000ll;
54 const int64_t LiveSession::kPrepareMarkUs = 1500000ll;
55 const int64_t LiveSession::kUnderflowMarkUs = 1000000ll;
57 struct LiveSession
276 LiveSession::LiveSession( function in class:android::LiveSession
[all...]

Completed in 60 milliseconds