OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtcp_parser
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.h
250
RTCPUtility::RTCPParserV2*
rtcp_parser
,
rtp_rtcp_impl.cc
226
RTCPUtility::RTCPParserV2
rtcp_parser
(rtcp_packet, length, true);
228
const bool valid_rtcpheader =
rtcp_parser
.IsValid();
235
rtcp_packet_information, &
rtcp_parser
);
rtcp_receiver.cc
[
all
...]
/external/webrtc/webrtc/video/
end_to_end_tests.cc
627
test::RtcpPacketParser
rtcp_parser
;
local
628
rtcp_parser
.Parse(packet, length);
629
std::vector<uint16_t> nacks =
rtcp_parser
.nack_item()->last_nack_list();
1838
test::RtcpPacketParser
rtcp_parser
;
local
[
all
...]
Completed in 78 milliseconds