Searched refs:mSourceFlags (Results 1 – 2 of 2) sorted by relevance
181 mSourceFlags(0), in NuPlayer()1053 if (mSourceFlags & Source::FLAG_DYNAMIC_DURATION) { in onMessageReceived()1526 if (!(mSourceFlags & Source::FLAG_SECURE)) { in onInstantiateSecureDecoders()1968 if (mSourceFlags & Source::FLAG_SECURE) { in instantiateDecoder()1972 if (mSourceFlags & Source::FLAG_PROTECTED) { in instantiateDecoder()2033 (mSourceFlags & Source::FLAG_SECURE) != 0); in instantiateDecoder()2625 if ((mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()2628 } else if (!(mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()2634 mSourceFlags = flags; in onSourceNotify()
177 uint32_t mSourceFlags; member