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

  /external/webrtc/webrtc/call/
rtc_event_log.proto 181 optional int32 rtx_payload_type = 2;
207 optional int32 rtx_payload_type = 4;
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());
  /external/webrtc/talk/media/base/
codec.cc 262 VideoCodec VideoCodec::CreateRtxCodec(int rtx_payload_type,
264 VideoCodec rtx_codec(rtx_payload_type, kRtxCodecName, 0, 0, 0, 0);
codec.h 195 static VideoCodec CreateRtxCodec(int rtx_payload_type,
  /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

Completed in 4451 milliseconds