OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:video_bitrate_kbps
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/call/
call.cc
273
int
video_bitrate_kbps
= received_video_bytes_ * 8 / elapsed_sec / 1000;
local
275
if (
video_bitrate_kbps
> 0) {
277
video_bitrate_kbps
);
289
audio_bitrate_kbps +
video_bitrate_kbps
+ rtcp_bitrate_bps / 1000);
Completed in 75 milliseconds