Home
last modified time | relevance | path

Searched refs:MaxFramesFec (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.h138 virtual int MaxFramesFec() const { return 1; } in MaxFramesFec() function
213 int MaxFramesFec() const;
Dmedia_optimization.cc45 delta_fec_params.max_fec_frames = selected_method->MaxFramesFec(); in UpdateProtectionCallback()
46 key_fec_params.max_fec_frames = selected_method->MaxFramesFec(); in UpdateProtectionCallback()
Dmedia_opt_util.cc132 int VCMNackFecMethod::MaxFramesFec() const { in MaxFramesFec() function in webrtc::media_optimization::VCMNackFecMethod