HomeSort by relevance Sort by last modified time
    Searched defs:GenericFECStatus (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 622 // DEPRECATED. Use GenericFECStatus below that takes output parameters
625 void GenericFECStatus(bool& enable, // NOLINT
628 GenericFECStatus(&enable, &payloadTypeRED, &payloadTypeFEC);
630 virtual void GenericFECStatus(bool* enable,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_video.cc 193 void RTPSenderVideo::GenericFECStatus(bool* enable,
rtp_rtcp_impl.cc 840 void ModuleRtpRtcpImpl::GenericFECStatus(bool* enable,
843 rtp_sender_.GenericFECStatus(enable, payload_type_red, payload_type_fec);
rtp_sender.cc     [all...]

Completed in 83 milliseconds