Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8.cc267 size_t num_frags = remaining_bytes / max_payload_len + 1; in CalcNextSize() local
270 static_cast<double>(remaining_bytes) / num_frags + 0.5); in CalcNextSize()
Drtp_format_vp9.cc471 size_t num_frags = std::ceil(static_cast<double>(rem_bytes) / max_length); in CalcNextSize() local
473 static_cast<double>(rem_bytes) / num_frags + 0.5); in CalcNextSize()