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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.cc 164 VideoCodec VideoCodec::CreateRtxCodec(int rtx_payload_type,
166 VideoCodec rtx_codec(rtx_payload_type, kRtxCodecName, 0, 0, 0, 0);
codec.h 250 static VideoCodec CreateRtxCodec(int rtx_payload_type,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.cc 78 int rtx_payload_type; member in struct:cricket::VideoCodecPref
204 if (kDefaultVideoCodecPref.rtx_payload_type != -1) {
206 VideoCodec::CreateRtxCodec(kDefaultVideoCodecPref.rtx_payload_type,
988 config.rtp.rtx.payload_type = codec_settings.rtx_payload_type;
    [all...]
webrtcvideoengine2.h 269 int rtx_payload_type; member in struct:cricket::WebRtcVideoChannel2::VideoCodecSettings
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc 1294 int rtx_payload_type = 0; local
    [all...]

Completed in 606 milliseconds