HomeSort by relevance Sort by last modified time
    Searched full:remb (Results 26 - 50 of 60) sorted by null

12 3

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.h 182 const std::string bwe_names[] = {"Null", "NADA", "REMB", "GCC", "TCP"};
bwe.cc 17 #include "webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h"
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 192 MOCK_CONST_METHOD0(REMB,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.h 393 State_PSFB_REMBItem, // Application specific REMB item
rtcp_packet.cc 233 // Receiver Estimated Max Bitrate (REMB) (draft-alvestrand-rmcat-remb).
252 void CreateRemb(const RTCPPacketPSFBAPP& remb,
260 AssignUWord32(buffer, pos, remb.SenderSSRC);
516 bool Remb::Create(uint8_t* packet,
530 void Remb::AppliesTo(uint32_t ssrc) {
532 LOG(LS_WARNING) << "Max number of REMB feedback SSRCs reached.";
rtcp_receiver_unittest.cc 1079 rtcp::Remb remb; local
    [all...]
rtcp_sender_unittest.cc 514 EXPECT_TRUE(rtcp_sender_->REMB());
519 // REMB should be included in each compound packet.
531 EXPECT_FALSE(rtcp_sender_->REMB());
rtp_rtcp_impl.cc 642 // (REMB) Receiver Estimated Max Bitrate.
643 bool ModuleRtpRtcpImpl::REMB() const {
644 return rtcp_sender_.REMB();
rtcp_receiver.cc     [all...]
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 748 // 2. As soon as the RTP stream has been detected, signal a low REMB value to
752 // 4. Signal a high REMB and then wait for the RTP stream to start again.
789 SendRtcpFeedback(0); // REMB is only sent if value is > 0.
796 SendRtcpFeedback(0); // REMB is only sent if value is > 0.
803 SendRtcpFeedback(0); // REMB is only sent if value is > 0.
    [all...]
end_to_end_tests.cc     [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 485 * (REMB) Receiver Estimated Max Bitrate
487 virtual bool REMB() const = 0;
rtp_rtcp_defines.h 248 // REMB or TMMBR
  /external/webrtc/webrtc/api/objctests/
RTCSessionDescriptionTest.mm 114 "a=rtcp-fb:100 goog-remb\r\n"
  /external/webrtc/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation.cc 176 // We trust the REMB during the first 2 seconds if we haven't had any
  /external/webrtc/webrtc/tools/loopback_test/
loopback_test.js 114 pc2StatTracker.recordStat("REMB",
  /external/webrtc/webrtc/call/
rtc_event_log_unittest.cc 143 EXPECT_EQ(config.rtp.remb, receiver_config.remb());
380 config->rtp.remb = prng->Rand<bool>();
bitrate_estimator_tests.cc 135 receive_config_.rtp.remb = true;
rtc_event_log.cc 274 receiver_config->set_remb(config.rtp.remb);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java     [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2_unittest.cc     [all...]
webrtcvideoengine2.cc     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
m32r-desc.c 665 /* remb $dr,$sr */
667 M32R_INSN_REMB, "remb", "remb", 32,
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time.cc 266 // TODO(holmer): SSRCs are only needed for REMB, should be broken out from
  /external/webrtc/webrtc/test/
call_test.cc 212 video_config.rtp.remb = true;

Completed in 895 milliseconds

12 3