Searched refs:mIsRxRtpEnabled (Results 1 – 2 of 2) sorted by relevance
48 mIsRxRtpEnabled = false; in MediaQualityAnalyzer()87 mIsRxRtpEnabled = MEDIA_DIRECTION_CONTAINS_RECEIVE(config->getMediaDirection()); in setConfig()115 mCodecAttribute, mIsRxRtpEnabled, mIsRtcpEnabled); in setConfig()155 mIsRxRtpEnabled == MEDIA_DIRECTION_CONTAINS_RECEIVE(config->getMediaDirection())); in isSameConfig()513 if (mNumRxPacket == 0 && mIsRxRtpEnabled) in processMediaQuality()596 if (!mJitterThreshold.empty() && mIsRxRtpEnabled && mCountRtpInactivity == 0) in processMediaQuality()606 if (!mPacketLossThreshold.empty() && mIsRxRtpEnabled && mCountRtpInactivity == 0) in processMediaQuality()629 if (!mCurrentRtpInactivityTimes.empty() && mIsRxRtpEnabled) in processMediaQuality()
282 bool mIsRxRtpEnabled; variable