Lines Matching refs:Source

237     sp<Source> source;  in setDataSourceAsync()
383 mSource = static_cast<Source *>(obj.get()); in onMessageReceived()
653 if (mSourceFlags & Source::FLAG_DYNAMIC_DURATION) { in onMessageReceived()
811 if (!audio && mSource != NULL && mSourceFlags & Source::FLAG_SECURE) { in onMessageReceived()
1014 if (mSourceFlags & Source::FLAG_SECURE) { in onStart()
1120 if (mSource != NULL && mSourceFlags & Source::FLAG_SECURE) { in handleFlushComplete()
1208 if (mSourceFlags & Source::FLAG_SECURE) { in instantiateDecoder()
1212 if (mSourceFlags & Source::FLAG_PROTECTED) { in instantiateDecoder()
1250 if (!audio && (mSourceFlags & Source::FLAG_SECURE)) { in instantiateDecoder()
1659 case Source::kWhatPrepared: in onSourceNotify()
1685 case Source::kWhatFlagsChanged: in onSourceNotify()
1692 if ((flags & NuPlayer::Source::FLAG_CAN_SEEK) == 0) { in onSourceNotify()
1699 if ((mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()
1700 && (!(flags & Source::FLAG_DYNAMIC_DURATION))) { in onSourceNotify()
1702 } else if (!(mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()
1703 && (flags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()
1712 case Source::kWhatVideoSizeChanged: in onSourceNotify()
1721 case Source::kWhatBufferingUpdate: in onSourceNotify()
1730 case Source::kWhatPauseOnBufferingStart: in onSourceNotify()
1741 case Source::kWhatBufferingStart: in onSourceNotify()
1747 case Source::kWhatResumeOnBufferingEnd: in onSourceNotify()
1758 case Source::kWhatBufferingEnd: in onSourceNotify()
1764 case Source::kWhatCacheStats: in onSourceNotify()
1773 case Source::kWhatSubtitleData: in onSourceNotify()
1782 case Source::kWhatTimedTextData: in onSourceNotify()
1815 case Source::kWhatQueueDecoderShutdown: in onSourceNotify()
1828 case Source::kWhatDrmNoLicense: in onSourceNotify()
1919 sp<AMessage> NuPlayer::Source::getFormat(bool audio) { in getFormat()
1934 void NuPlayer::Source::notifyFlagsChanged(uint32_t flags) { in notifyFlagsChanged()
1941 void NuPlayer::Source::notifyVideoSizeChanged(const sp<AMessage> &format) { in notifyVideoSizeChanged()
1948 void NuPlayer::Source::notifyPrepared(status_t err) { in notifyPrepared()
1955 void NuPlayer::Source::onMessageReceived(const sp<AMessage> & /* msg */) { in onMessageReceived()