OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_bandwidth_bps
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/
call.h
93
int
send_bandwidth_bps
= 0;
member in struct:webrtc::Call::Stats
/external/webrtc/webrtc/call/
rampup_tests.cc
229
EXPECT_GT(stats.
send_bandwidth_bps
, 0.9 * start_bitrate_bps_);
232
if (stats.
send_bandwidth_bps
>= expected_bitrate_bps_) {
call.cc
507
stats.
send_bandwidth_bps
= send_bandwidth;
/external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc
[
all
...]
/external/webrtc/webrtc/video/
end_to_end_tests.cc
[
all
...]
Completed in 4107 milliseconds