OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_frags
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.cc
267
size_t
num_frags
= remaining_bytes / max_payload_len + 1;
local
270
static_cast<double>(remaining_bytes) /
num_frags
+ 0.5);
rtp_format_vp9.cc
471
size_t
num_frags
= std::ceil(static_cast<double>(rem_bytes) / max_length);
local
473
static_cast<double>(rem_bytes) /
num_frags
+ 0.5);
Completed in 1746 milliseconds