Searched refs:jdesc_output (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc1230 JsepSessionDescription* jdesc_output) {
1269 EXPECT_TRUE(webrtc::SdpDeserialize(sdp, jdesc_output, &error));
1271 const ContentInfo* ac = GetFirstAudioContent(jdesc_output->description());
1298 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description());
1312 void TestDeserializeRtcpFb(JsepSessionDescription* jdesc_output, argument
1339 EXPECT_TRUE(webrtc::SdpDeserialize(sdp, jdesc_output, &error));
1340 const ContentInfo* ac = GetFirstAudioContent(jdesc_output->description());
1351 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description());
2130 JsepSessionDescription jdesc_output(kDummyString);
2133 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
1229 TestDeserializeCodecParams(const CodecParams& params, JsepSessionDescription* jdesc_output) argument
[all...]

Completed in 72 milliseconds