HomeSort by relevance Sort by last modified time
    Searched refs:RtcpEvent (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/cast/net/rtcp/
rtcp_defines.cc 33 RtcpEvent::RtcpEvent() : type(UNKNOWN), packet_id(0u) {}
34 RtcpEvent::~RtcpEvent() {}
rtcp_defines.h 91 struct RtcpEvent {
92 RtcpEvent();
93 ~RtcpEvent();
receiver_rtcp_event_subscriber.h 22 // more compact RtcpEvent struct.
29 typedef std::multimap<RtpTimestamp, RtcpEvent> RtcpEventMultiMap;
receiver_rtcp_event_subscriber.cc 28 RtcpEvent rtcp_event;
54 RtcpEvent rtcp_event;

Completed in 551 milliseconds