Searched refs:LiveSession (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | HTTPLiveSource.cpp | 132 mLiveSession = new LiveSession( in prepareAsync() 134 (mFlags & kFlagIncognito) ? LiveSession::kFlagIncognito : 0, in prepareAsync() 151 audio ? LiveSession::STREAMTYPE_AUDIO in getFormatMeta() 152 : LiveSession::STREAMTYPE_VIDEO, in getFormatMeta() 164 audio ? LiveSession::STREAMTYPE_AUDIO in getFormat() 165 : LiveSession::STREAMTYPE_VIDEO, in getFormat() 189 audio ? LiveSession::STREAMTYPE_AUDIO in dequeueAccessUnit() 190 : LiveSession::STREAMTYPE_VIDEO, in dequeueAccessUnit() 270 LiveSession::StreamType fetchType, int32_t pushWhat) { in pollForRawData() 291 if (fetchType == LiveSession::STREAMTYPE_SUBTITLES) { in pollForRawData() [all …]
|
D | HTTPLiveSource.h | 28 struct LiveSession; 82 sp<LiveSession> mLiveSession; 92 LiveSession::StreamType fetchType, int32_t pushWhat);
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 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; 52 struct LiveSession::BandwidthEstimator : public RefBase { 87 LiveSession::BandwidthEstimator::BandwidthEstimator() : in BandwidthEstimator() 95 void LiveSession::BandwidthEstimator::addBandwidthMeasurement( in addBandwidthMeasurement() 135 bool LiveSession::BandwidthEstimator::estimateBandwidth( in estimateBandwidth() 222 const char *LiveSession::getKeyForStream(StreamType type) { in getKeyForStream() 239 const char *LiveSession::getNameForStream(StreamType type) { in getNameForStream() [all …]
|
D | PlaylistFetcher.cpp | 43 LiveSession::getNameForStream(stream), ##__VA_ARGS__) 141 const sp<LiveSession> &session, in PlaylistFetcher() 160 mSeekMode(LiveSession::kSeekModeExactPosition), in PlaylistFetcher() 539 LiveSession::SeekMode seekMode) { in startAsync() 546 streamTypeMask |= LiveSession::STREAMTYPE_AUDIO; in startAsync() 551 streamTypeMask |= LiveSession::STREAMTYPE_VIDEO; in startAsync() 556 streamTypeMask |= LiveSession::STREAMTYPE_SUBTITLES; in startAsync() 627 ? LiveSession::kSeekModeNextSample in onMessageReceived() 628 : LiveSession::kSeekModeNextSegment); in onMessageReceived() 705 if (streamTypeMask & LiveSession::STREAMTYPE_AUDIO) { in onStart() [all …]
|
D | PlaylistFetcher.h | 59 const sp<LiveSession> &session, 75 LiveSession::SeekMode seekMode = LiveSession::kSeekModeExactPosition); 121 sp<LiveSession> mSession; 138 KeyedVector<LiveSession::StreamType, sp<AnotherPacketSource> >
|
D | LiveSession.h | 43 struct LiveSession : public AHandler { struct 71 LiveSession( argument 119 virtual ~LiveSession(); argument 312 DISALLOW_EVIL_CONSTRUCTORS(LiveSession);
|
D | Android.mk | 8 LiveSession.cpp \
|