Lines Matching refs:LiveSession

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()
295 } else if (fetchType == LiveSession::STREAMTYPE_METADATA) { in pollForRawData()
323 /* fetch */ LiveSession::STREAMTYPE_SUBTITLES, in onMessageReceived()
337 /* fetch */ LiveSession::STREAMTYPE_METADATA, in onMessageReceived()
354 case LiveSession::kWhatPrepared: in onSessionNotify()
385 case LiveSession::kWhatPreparationFailed: in onSessionNotify()
394 case LiveSession::kWhatStreamsChanged: in onSessionNotify()
400 bool audio = changedMask & LiveSession::STREAMTYPE_AUDIO; in onSessionNotify()
401 bool video = changedMask & LiveSession::STREAMTYPE_VIDEO; in onSessionNotify()
415 case LiveSession::kWhatBufferingStart: in onSessionNotify()
423 case LiveSession::kWhatBufferingEnd: in onSessionNotify()
432 case LiveSession::kWhatBufferingUpdate: in onSessionNotify()
443 case LiveSession::kWhatMetadataDetected: in onSessionNotify()
456 case LiveSession::kWhatError: in onSessionNotify()