OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BoundingSetToSend
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
tmmbr_help.h
86
TMMBRSet*
BoundingSetToSend
();
91
const TMMBRSet*
boundingSetToSend
,
tmmbr_help.cc
144
TMMBRHelp::SetTMMBRBoundingSetToSend(const TMMBRSet*
boundingSetToSend
,
149
if (
boundingSetToSend
== NULL)
155
VerifyAndAllocateBoundingSetToSend(
boundingSetToSend
->lengthOfSet());
157
for (uint32_t i = 0; i <
boundingSetToSend
->lengthOfSet(); i++)
160
uint32_t bitrate =
boundingSetToSend
->Tmmbr(i);
170
boundingSetToSend
->PacketOH(i),
171
boundingSetToSend
->Ssrc(i));
201
TMMBRHelp::
BoundingSetToSend
()
rtcp_sender.cc
674
TMMBRSet* boundingSet = tmmbr_help_.
BoundingSetToSend
();
[
all
...]
Completed in 1181 milliseconds