Home
last modified time | relevance | path

Searched refs:FecType (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dvideo_fec_generator.h28 enum class FecType { kFlexFec, kUlpFec }; enum
29 virtual FecType GetFecType() const = 0;
Dulpfec_generator.h39 FecType GetFecType() const override { in GetFecType()
40 return VideoFecGenerator::FecType::kUlpFec; in GetFecType()
Drtp_sender_video.h79 absl::optional<VideoFecGenerator::FecType> fec_type;
207 absl::optional<VideoFecGenerator::FecType> fec_type_;
Drtp_sender_video.cc204 if (fec_type_ == VideoFecGenerator::FecType::kUlpFec) { in FecPacketOverhead()
/external/webrtc/modules/rtp_rtcp/include/
Dflexfec_sender.h49 FecType GetFecType() const override { in GetFecType()
50 return VideoFecGenerator::FecType::kFlexFec; in GetFecType()
/external/webrtc/call/
Drtp_video_sender.cc277 fec_generator->GetFecType() == VideoFecGenerator::FecType::kFlexFec; in CreateRtpStreamSenders()