Searched refs:is_rtcp (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/call/ |
D | fake_network_pipe.cc | 36 bool is_rtcp, in NetworkPacket() argument 44 is_rtcp_(is_rtcp), in NetworkPacket() 198 bool is_rtcp, in EnqueuePacket() argument 204 time_now_us, options, is_rtcp, media_type, in EnqueuePacket() 210 bool is_rtcp, in EnqueuePacket() argument 215 time_now_us, options, is_rtcp, in EnqueuePacket() 337 if (packet->is_rtcp()) { in DeliverNetworkPacket()
|
D | fake_network_pipe.h | 42 bool is_rtcp, 66 bool is_rtcp() const { return is_rtcp_; } in is_rtcp() function 187 bool is_rtcp, 195 bool is_rtcp,
|