OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTCPReceiveInformation
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.cc
119
RTCPReceiveInformation
::
RTCPReceiveInformation
()
126
RTCPReceiveInformation
::~
RTCPReceiveInformation
() {
131
void
RTCPReceiveInformation
::VerifyAndAllocateTMMBRSet(
140
void
RTCPReceiveInformation
::InsertTMMBRItem(
163
int32_t
RTCPReceiveInformation
::GetTMMBRSet(
189
void
RTCPReceiveInformation
::VerifyAndAllocateBoundingSet(
rtcp_receiver_help.h
98
class
RTCPReceiveInformation
101
RTCPReceiveInformation
();
102
~
RTCPReceiveInformation
();
rtcp_receiver.h
118
RTCPHelp::
RTCPReceiveInformation
* CreateReceiveInformation(
120
RTCPHelp::
RTCPReceiveInformation
* GetReceiveInformation(uint32_t remoteSSRC);
123
RTCPHelp::
RTCPReceiveInformation
& receiveInformation);
214
void HandleTMMBRItem(RTCPHelp::
RTCPReceiveInformation
& receiveInfo,
228
void HandleTMMBNItem(RTCPHelp::
RTCPReceiveInformation
& receiveInfo,
236
void HandleFIRItem(RTCPHelp::
RTCPReceiveInformation
* receiveInfo,
255
typedef std::map<uint32_t, RTCPHelp::
RTCPReceiveInformation
*>
rtcp_receiver.cc
27
using RTCPHelp::
RTCPReceiveInformation
;
93
std::map<uint32_t,
RTCPReceiveInformation
*>::iterator first =
416
RTCPReceiveInformation
* ptrReceiveInfo = CreateReceiveInformation(remoteSSRC);
643
RTCPReceiveInformation
*
647
std::map<uint32_t,
RTCPReceiveInformation
*>::iterator it =
653
RTCPReceiveInformation
* receiveInfo = new
RTCPReceiveInformation
;
658
RTCPReceiveInformation
*
662
std::map<uint32_t,
RTCPReceiveInformation
*>::iterator it =
671
RTCPReceiveInformation
& receiveInformation)
[
all
...]
Completed in 78 milliseconds