Home
last modified time | relevance | path

Searched refs:CompoundRtcpParser (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/openscreen/cast/streaming/
H A Dcompound_rtcp_parser.cc78 CompoundRtcpParser::CompoundRtcpParser(RtcpSession* session, in CompoundRtcpParser() function in openscreen::cast::CompoundRtcpParser
79 CompoundRtcpParser::Client* client) in CompoundRtcpParser()
87 CompoundRtcpParser::~CompoundRtcpParser() = default;
89 bool CompoundRtcpParser::Parse(absl::Span<const uint8_t> buffer, in Parse()
200 bool CompoundRtcpParser::ParseReceiverReport( in ParseReceiverReport()
214 bool CompoundRtcpParser::ParseFeedback( in ParseFeedback()
312 bool CompoundRtcpParser::ParseExtendedReports( in ParseExtendedReports()
349 bool CompoundRtcpParser::ParsePictureLossIndicator( in ParsePictureLossIndicator()
363 CompoundRtcpParser::Client::Client() = default;
364 CompoundRtcpParser::Client::~Client() = default;
[all …]
H A Dcompound_rtcp_parser_fuzzer.cc12 using openscreen::cast::CompoundRtcpParser; in LLVMFuzzerTestOneInput()
20 class ClientThatIgnoresEverything : public CompoundRtcpParser::Client { in LLVMFuzzerTestOneInput()
35 static CompoundRtcpParser parser(&session, &client_that_ignores_everything); in LLVMFuzzerTestOneInput()
H A Dcompound_rtcp_parser.h24 class CompoundRtcpParser {
79 CompoundRtcpParser(RtcpSession* session, Client* client);
80 ~CompoundRtcpParser();
H A Dsender.h67 public CompoundRtcpParser::Client {
262 CompoundRtcpParser rtcp_parser_;
H A Dcompound_rtcp_parser_unittest.cc33 CompoundRtcpParser* parser() { return &parser_; } in parser()
38 CompoundRtcpParser parser_{&session_, &client_};
H A Dmock_compound_rtcp_parser_client.h14 class MockCompoundRtcpParserClient : public CompoundRtcpParser::Client {
H A Dcompound_rtcp_builder_unittest.cc37 CompoundRtcpParser* parser() { return &parser_; } in parser()
53 CompoundRtcpParser parser_{&session_, &client_};
H A Dreceiver_unittest.cc135 class MockSender : public CompoundRtcpParser::Client {
250 CompoundRtcpParser rtcp_parser_;