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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.cc 170 int associated_payload_type) {
172 rtx_codec.SetParam(kCodecParamAssociatedPayloadType, associated_payload_type);
codec_unittest.cc 337 int associated_payload_type; local
339 &associated_payload_type));
340 EXPECT_EQ(120, associated_payload_type);
codec.h 257 int associated_payload_type);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h 189 int associated_payload_type; member in struct:cricket::WebRtcVideoEngine::VideoCodecPref
webrtcvideoengine2.cc 1884 int associated_payload_type; local
    [all...]
webrtcvideoengine2_unittest.cc 420 int associated_payload_type; local
422 &associated_payload_type));
423 EXPECT_EQ(default_codec_.id, associated_payload_type);
    [all...]
webrtcvideoengine.cc     [all...]

Completed in 707 milliseconds