Lines Matching refs:LiveSession
112 mLiveSession = new LiveSession( in prepareAsync()
114 (mFlags & kFlagIncognito) ? LiveSession::kFlagIncognito : 0, in prepareAsync()
131 audio ? LiveSession::STREAMTYPE_AUDIO in getFormatMeta()
132 : LiveSession::STREAMTYPE_VIDEO, in getFormatMeta()
144 audio ? LiveSession::STREAMTYPE_AUDIO in getFormat()
145 : LiveSession::STREAMTYPE_VIDEO, in getFormat()
169 audio ? LiveSession::STREAMTYPE_AUDIO in dequeueAccessUnit()
170 : LiveSession::STREAMTYPE_VIDEO, in dequeueAccessUnit()
250 LiveSession::StreamType fetchType, int32_t pushWhat) { in pollForRawData()
271 if (fetchType == LiveSession::STREAMTYPE_SUBTITLES) { in pollForRawData()
275 } else if (fetchType == LiveSession::STREAMTYPE_METADATA) { in pollForRawData()
303 /* fetch */ LiveSession::STREAMTYPE_SUBTITLES, in onMessageReceived()
317 /* fetch */ LiveSession::STREAMTYPE_METADATA, in onMessageReceived()
334 case LiveSession::kWhatPrepared: in onSessionNotify()
365 case LiveSession::kWhatPreparationFailed: in onSessionNotify()
374 case LiveSession::kWhatStreamsChanged: in onSessionNotify()
380 bool audio = changedMask & LiveSession::STREAMTYPE_AUDIO; in onSessionNotify()
381 bool video = changedMask & LiveSession::STREAMTYPE_VIDEO; in onSessionNotify()
395 case LiveSession::kWhatBufferingStart: in onSessionNotify()
403 case LiveSession::kWhatBufferingEnd: in onSessionNotify()
412 case LiveSession::kWhatBufferingUpdate: in onSessionNotify()
423 case LiveSession::kWhatMetadataDetected: in onSessionNotify()
436 case LiveSession::kWhatError: in onSessionNotify()