Home
last modified time | relevance | path

Searched refs:kRtcpSli (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_rtcp_defines.h99 kRtcpSli = 0x4000, enumerator
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.cc1168 …rtcpPacketInformation.rtcpPacketTypeFlags |= kRtcpSli; // received signal that we need to refresh … in HandleSLIItem()
1418 if (rtcpPacketInformation.rtcpPacketTypeFlags & kRtcpSli) { in TriggerCallbacksFromRTCPPacket()
Drtp_rtcp_impl.cc1038 feedback_state, kRtcpSli, 0, 0, false, picture_id); in SendRTCPSliceLossIndication()
Drtcp_sender.cc1934 if(rtcpPacketTypeFlags & kRtcpSli) in PrepareRTCP()