Lines Matching refs:LiveSession

114     mLiveSession = new LiveSession(  in prepareAsync()
116 (mFlags & kFlagIncognito) ? LiveSession::kFlagIncognito : 0, in prepareAsync()
133 audio ? LiveSession::STREAMTYPE_AUDIO in getFormatMeta()
134 : LiveSession::STREAMTYPE_VIDEO, in getFormatMeta()
146 audio ? LiveSession::STREAMTYPE_AUDIO in getFormat()
147 : LiveSession::STREAMTYPE_VIDEO, in getFormat()
171 audio ? LiveSession::STREAMTYPE_AUDIO in dequeueAccessUnit()
172 : LiveSession::STREAMTYPE_VIDEO, in dequeueAccessUnit()
252 LiveSession::StreamType fetchType, int32_t pushWhat) { in pollForRawData()
273 if (fetchType == LiveSession::STREAMTYPE_SUBTITLES) { in pollForRawData()
277 } else if (fetchType == LiveSession::STREAMTYPE_METADATA) { in pollForRawData()
305 /* fetch */ LiveSession::STREAMTYPE_SUBTITLES, in onMessageReceived()
319 /* fetch */ LiveSession::STREAMTYPE_METADATA, in onMessageReceived()
336 case LiveSession::kWhatPrepared: in onSessionNotify()
367 case LiveSession::kWhatPreparationFailed: in onSessionNotify()
376 case LiveSession::kWhatStreamsChanged: in onSessionNotify()
382 bool audio = changedMask & LiveSession::STREAMTYPE_AUDIO; in onSessionNotify()
383 bool video = changedMask & LiveSession::STREAMTYPE_VIDEO; in onSessionNotify()
397 case LiveSession::kWhatBufferingStart: in onSessionNotify()
405 case LiveSession::kWhatBufferingEnd: in onSessionNotify()
414 case LiveSession::kWhatBufferingUpdate: in onSessionNotify()
425 case LiveSession::kWhatMetadataDetected: in onSessionNotify()
438 case LiveSession::kWhatError: in onSessionNotify()