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 165 int associated_payload_type) {
167 rtx_codec.SetParam(kCodecParamAssociatedPayloadType, associated_payload_type);
codec_unittest.cc 335 int associated_payload_type; local
337 &associated_payload_type));
338 EXPECT_EQ(120, associated_payload_type);
codec.h 251 int associated_payload_type);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2_unittest.cc 390 int associated_payload_type; local
392 &associated_payload_type));
393 EXPECT_EQ(default_codec_.id, associated_payload_type);
    [all...]
webrtcvideoengine.h 187 int associated_payload_type; member in struct:cricket::WebRtcVideoEngine::VideoCodecPref
webrtcvideoengine2.cc 1716 int associated_payload_type; local
    [all...]
webrtcvideoengine.cc     [all...]

Completed in 56 milliseconds