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/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.h
31
class
RTCPReportBlockInformation
34
RTCPReportBlockInformation
();
35
~
RTCPReportBlockInformation
();
63
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
258
typedef std::map<uint32_t, RTCPHelp::
RTCPReportBlockInformation
*>
263
RTCPHelp::
RTCPReportBlockInformation
* CreateOrGetReportBlockInformation(
266
RTCPHelp::
RTCPReportBlockInformation
* GetReportBlockInformation(
rtcp_receiver.cc
28
using RTCPHelp::
RTCPReportBlockInformation
;
172
RTCPReportBlockInformation
* reportBlock =
497
RTCPReportBlockInformation
* reportBlock =
587
RTCPReportBlockInformation
* RTCPReceiver::CreateOrGetReportBlockInformation(
590
RTCPReportBlockInformation
* info =
593
info = new
RTCPReportBlockInformation
;
599
RTCPReportBlockInformation
* RTCPReceiver::GetReportBlockInformation(
[
all
...]
Completed in 231 milliseconds