Searched refs:mSourceFlags (Results 1 – 4 of 4) sorted by relevance
180 mSourceFlags(0), in NuPlayer()1020 if (mSourceFlags & Source::FLAG_DYNAMIC_DURATION) { in onMessageReceived()1506 if (!(mSourceFlags & Source::FLAG_SECURE)) { in onInstantiateSecureDecoders()1924 if (mSourceFlags & Source::FLAG_SECURE) { in instantiateDecoder()1928 if (mSourceFlags & Source::FLAG_PROTECTED) { in instantiateDecoder()1985 (mSourceFlags & Source::FLAG_SECURE) != 0); in instantiateDecoder()2567 if ((mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()2570 } else if (!(mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()2576 mSourceFlags = flags; in onSourceNotify()
172 uint32_t mSourceFlags; member
215 mSourceFlags(0), in NuPlayer2()1160 if (mSourceFlags & Source::FLAG_DYNAMIC_DURATION) { in onMessageReceived()1970 if (mSourceFlags & Source::FLAG_SECURE) { in instantiateDecoder()1974 if (mSourceFlags & Source::FLAG_PROTECTED) { in instantiateDecoder()2030 (mSourceFlags & Source::FLAG_SECURE) != 0); in instantiateDecoder()2660 if ((mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()2663 } else if (!(mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()2669 mSourceFlags = flags; in onSourceNotify()
162 uint32_t mSourceFlags; member