HomeSort by relevance Sort by last modified time
    Searched defs:Rtcp (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/cast/rtcp/
rtcp.h 21 #include "media/cast/rtcp/rtcp_defines.h"
61 class Rtcp {
63 Rtcp(scoped_refptr<CastEnvironment> cast_environment,
74 virtual ~Rtcp();
82 // attached to the RTCP report; instead a normal RTCP send report will be
90 // provided the RTCP receiver report will append a Cast message containing
91 // Acks and Nacks; if |receiver_log| is provided the RTCP receiver report will
92 // append the log messages. If no argument is set a normal RTCP receiver
170 DISALLOW_COPY_AND_ASSIGN(Rtcp);
    [all...]
rtcp.cc 5 #include "media/cast/rtcp/rtcp.h"
11 #include "media/cast/rtcp/rtcp_defines.h"
12 #include "media/cast/rtcp/rtcp_receiver.h"
13 #include "media/cast/rtcp/rtcp_sender.h"
14 #include "media/cast/rtcp/rtcp_utility.h"
22 // Time limit for received RTCP messages when we stop using it for lip-sync.
27 explicit LocalRtcpRttFeedback(Rtcp* rtcp)
28 : rtcp_(rtcp) {
    [all...]

Completed in 248 milliseconds