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

  /external/webrtc/talk/media/base/
codec.h 195 static VideoCodec CreateRtxCodec(int rtx_payload_type,
codec.cc 262 VideoCodec VideoCodec::CreateRtxCodec(int rtx_payload_type,
264 VideoCodec rtx_codec(rtx_payload_type, kRtxCodecName, 0, 0, 0, 0);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_payload_registry_unittest.cc 283 int rtx_payload_type,
293 header.payloadType = rtx_payload_type;
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc     [all...]
webrtcvideoengine2.h 229 int rtx_payload_type; member in struct:cricket::WebRtcVideoChannel2::VideoCodecSettings
  /external/webrtc/webrtc/call/
rtc_event_log_unittest.cc 157 EXPECT_EQ(rtx.payload_type, rtx_config.rtx_payload_type());
213 EXPECT_EQ(config.rtp.rtx.payload_type, sender_config.rtx_payload_type());

Completed in 176 milliseconds