Searched refs:mSourceFlags (Results 1 – 2 of 2) sorted by relevance
178 mSourceFlags(0), in NuPlayer()1004 if (mSourceFlags & Source::FLAG_DYNAMIC_DURATION) { in onMessageReceived()1436 if (!(mSourceFlags & Source::FLAG_SECURE)) { in onInstantiateSecureDecoders()1780 if (mSourceFlags & Source::FLAG_SECURE) { in instantiateDecoder()1784 if (mSourceFlags & Source::FLAG_PROTECTED) { in instantiateDecoder()1841 (mSourceFlags & Source::FLAG_SECURE) != 0); in instantiateDecoder()2420 if ((mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()2423 } else if (!(mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()2429 mSourceFlags = flags; in onSourceNotify()
162 uint32_t mSourceFlags; member