OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TMMBRSet
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
tmmbr_help.cc
21
TMMBRSet
::
TMMBRSet
() :
27
TMMBRSet
::~
TMMBRSet
()
34
TMMBRSet
::VerifyAndAllocateSet(uint32_t minimumSize)
53
TMMBRSet
::VerifyAndAllocateSetKeepingData(uint32_t minimumSize)
64
void
TMMBRSet
::SetEntry(unsigned int i,
65
uint32_t
tmmbrSet
,
69
_data.at(i).tmmbr =
tmmbrSet
;
77
void
TMMBRSet
::AddEntry(uint32_t tmmbrSet
[
all
...]
tmmbr_help.h
20
class
TMMBRSet
23
TMMBRSet
();
24
~
TMMBRSet
();
45
uint32_t
tmmbrSet
,
49
void AddEntry(uint32_t
tmmbrSet
,
84
TMMBRSet
* BoundingSet(); // used for debuging
85
TMMBRSet
* CandidateSet();
86
TMMBRSet
* BoundingSetToSend();
88
TMMBRSet
* VerifyAndAllocateCandidateSet(const uint32_t minimumSize);
89
int32_t FindTMMBRBoundingSet(
TMMBRSet
*& boundingSet)
[
all
...]
Completed in 69 milliseconds