Searched refs:mRtcpXrBlockTypes (Results 1 – 2 of 2) sorted by relevance
30 mRtcpXrBlockTypes = RtcpConfig::FLAG_RTCPXR_NONE; in RtcpEncoderNode()47 mRtcpXrBlockTypes = RtcpConfig::FLAG_RTCPXR_NONE; in ~RtcpEncoderNode()72 mEnableRtcpBye, mRtcpXrBlockTypes, mRtcpFbTypes); in Start()130 mRtcpXrBlockTypes = pConfig->getRtcpConfig().getRtcpXrBlockTypes(); in SetConfig()134 mPeerAddress.port, mRtcpInterval, mRtcpXrBlockTypes); in SetConfig()160 mRtcpXrBlockTypes == videoConfig->getRtcpConfig().getRtcpXrBlockTypes() && in IsSameConfig()167 mRtcpXrBlockTypes == pConfig->getRtcpConfig().getRtcpXrBlockTypes()); in IsSameConfig()231 if (mRtcpXrBlockTypes != 0 && mRtcpInterval != 0 && mRtcpXrCounter % mRtcpInterval == 0) in ProcessTimer()233 mCallback->SendEvent(kGetRtcpXrReportBlock, mRtcpXrBlockTypes); in ProcessTimer()
97 uint32_t mRtcpXrBlockTypes; variable