Searched refs:mSourceFlags (Results 1 – 2 of 2) sorted by relevance
168 mSourceFlags(0), in NuPlayer()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()1699 if ((mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()1702 } else if (!(mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()[all …]
128 uint32_t mSourceFlags; member