Home
last modified time | relevance | path

Searched refs:UlpfecConfig (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/call/
Drtp_config.h52 struct UlpfecConfig { struct
53 UlpfecConfig() in UlpfecConfig() function
58 bool operator==(const UlpfecConfig& other) const;
124 UlpfecConfig ulpfec;
Drtp_config.cc50 std::string UlpfecConfig::ToString() const { in ToString()
60 bool UlpfecConfig::operator==(const UlpfecConfig& other) const { in operator ==()
/external/webrtc/video/end_to_end_tests/
Dconfig_tests.cc34 void VerifyEmptyUlpfecConfig(const UlpfecConfig& config) { in VerifyEmptyUlpfecConfig()
/external/webrtc/media/engine/
Dwebrtc_video_engine.h271 webrtc::UlpfecConfig ulpfec;
Dwebrtc_video_engine.cc3170 webrtc::UlpfecConfig ulpfec_config; in MapCodecs()