OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTCPReportBlockInformation
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.h
26
class
RTCPReportBlockInformation
29
RTCPReportBlockInformation
();
30
~
RTCPReportBlockInformation
();
58
void AddReportInfo(const
RTCPReportBlockInformation
& report_block_info);
rtcp_receiver_help.cc
97
const
RTCPReportBlockInformation
& report_block_info)
103
RTCPReportBlockInformation
::
RTCPReportBlockInformation
():
115
RTCPReportBlockInformation
::~
RTCPReportBlockInformation
()
rtcp_receiver.h
118
RTCPHelp::
RTCPReportBlockInformation
* CreateReportBlockInformation(const uint32_t remoteSSRC);
119
RTCPHelp::
RTCPReportBlockInformation
* GetReportBlockInformation(const uint32_t remoteSSRC) const;
255
std::map<uint32_t, RTCPHelp::
RTCPReportBlockInformation
*>
rtcp_receiver.cc
67
std::map<uint32_t,
RTCPReportBlockInformation
*>::iterator first =
175
RTCPReportBlockInformation
* reportBlock =
195
RTCPReportBlockInformation
* reportBlock =
298
std::map<uint32_t,
RTCPReportBlockInformation
*>::const_iterator it =
506
RTCPReportBlockInformation
* reportBlock =
594
RTCPReportBlockInformation
*
598
std::map<uint32_t,
RTCPReportBlockInformation
*>::iterator it =
601
RTCPReportBlockInformation
* ptrReportBlockInfo = NULL;
605
ptrReportBlockInfo = new
RTCPReportBlockInformation
;
611
RTCPReportBlockInformation
*
[
all
...]
Completed in 302 milliseconds