Searched refs:mSourceFlags (Results 1 – 2 of 2) sorted by relevance
181 mSourceFlags(0), in NuPlayer()1046 if (mSourceFlags & Source::FLAG_DYNAMIC_DURATION) { in onMessageReceived()1511 if (!(mSourceFlags & Source::FLAG_SECURE)) { in onInstantiateSecureDecoders()1953 if (mSourceFlags & Source::FLAG_SECURE) { in instantiateDecoder()1957 if (mSourceFlags & Source::FLAG_PROTECTED) { in instantiateDecoder()2016 (mSourceFlags & Source::FLAG_SECURE) != 0); in instantiateDecoder()2600 if ((mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()2603 } else if (!(mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()2609 mSourceFlags = flags; in onSourceNotify()
175 uint32_t mSourceFlags; member