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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_video.h 70 void GenericFECStatus(bool* enable,
rtp_rtcp_impl.h 285 void GenericFECStatus(bool* enable,
rtp_sender_video.cc 193 void RTPSenderVideo::GenericFECStatus(bool* enable,
rtp_sender.h 291 void 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...]
  /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/mocks/
mock_rtp_rtcp.h 238 MOCK_METHOD3(GenericFECStatus,
  /external/webrtc/webrtc/video/
vie_channel.cc 269 rtp_rtcp_modules_[0]->GenericFECStatus(&fec_enabled, &pltype_red,
543 rtp_rtcp->GenericFECStatus(&fec_enabled, &pltype_red, &pltype_fec);
    [all...]

Completed in 117 milliseconds