Home
last modified time | relevance | path

Searched refs:send_bandwidth (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvideoengine.h612 void SetSendBandwidthEstimate(int channel, unsigned int send_bandwidth) { in SetSendBandwidthEstimate() argument
614 channels_[GetOriginalChannelId(channel)]->send_bandwidth_ = send_bandwidth; in SetSendBandwidthEstimate()
Dwebrtcvideoengine_unittest.cc1738 int send_bandwidth = 1900; in TEST_F() local
1741 vie_.SetSendBandwidthEstimate(first_send_channel, send_bandwidth); in TEST_F()
1753 ASSERT_EQ(send_bandwidth, info.bw_estimations[0].available_send_bandwidth); in TEST_F()
1771 ASSERT_EQ(send_bandwidth, info.bw_estimations[0].available_send_bandwidth); in TEST_F()