Lines Matching refs:LiveSession
113 mLiveSession = new LiveSession( in prepareAsync()
115 (mFlags & kFlagIncognito) ? LiveSession::kFlagIncognito : 0, in prepareAsync()
132 audio ? LiveSession::STREAMTYPE_AUDIO in getFormatMeta()
133 : LiveSession::STREAMTYPE_VIDEO, in getFormatMeta()
145 audio ? LiveSession::STREAMTYPE_AUDIO in getFormat()
146 : LiveSession::STREAMTYPE_VIDEO, in getFormat()
170 audio ? LiveSession::STREAMTYPE_AUDIO in dequeueAccessUnit()
171 : LiveSession::STREAMTYPE_VIDEO, in dequeueAccessUnit()
251 LiveSession::StreamType fetchType, int32_t pushWhat) { in pollForRawData()
272 if (fetchType == LiveSession::STREAMTYPE_SUBTITLES) { in pollForRawData()
276 } else if (fetchType == LiveSession::STREAMTYPE_METADATA) { in pollForRawData()
304 /* fetch */ LiveSession::STREAMTYPE_SUBTITLES, in onMessageReceived()
318 /* fetch */ LiveSession::STREAMTYPE_METADATA, in onMessageReceived()
335 case LiveSession::kWhatPrepared: in onSessionNotify()
366 case LiveSession::kWhatPreparationFailed: in onSessionNotify()
375 case LiveSession::kWhatStreamsChanged: in onSessionNotify()
381 bool audio = changedMask & LiveSession::STREAMTYPE_AUDIO; in onSessionNotify()
382 bool video = changedMask & LiveSession::STREAMTYPE_VIDEO; in onSessionNotify()
396 case LiveSession::kWhatBufferingStart: in onSessionNotify()
404 case LiveSession::kWhatBufferingEnd: in onSessionNotify()
413 case LiveSession::kWhatBufferingUpdate: in onSessionNotify()
424 case LiveSession::kWhatMetadataDetected: in onSessionNotify()
437 case LiveSession::kWhatError: in onSessionNotify()