OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFlagPresent
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.cc
270
return
IsFlagPresent
(RTCPPacketType::kRtcpTmmbr);
859
if (
IsFlagPresent
(kRtcpSr) ||
IsFlagPresent
(kRtcpRr)) {
871
if (
IsFlagPresent
(kRtcpSr) || (
IsFlagPresent
(kRtcpRr) && !cname_.empty()))
[
all
...]
rtcp_sender.h
279
bool
IsFlagPresent
(RTCPPacketType type) const
Completed in 58 milliseconds