Searched defs:video_rejected (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc530 static void ReplaceRejected(bool audio_rejected, bool video_rejected, argument
537 if (video_rejected) {
1072 bool TestSerializeRejected(bool audio_rejected, bool video_rejected) { argument
1081 desc_.AddContent(kVideoContentName, NS_JINGLE_RTP, video_rejected,
1087 video_rejected ? "" : kCandidateUfragVideo,
1088 video_rejected ? "" : kCandidatePwdVideo);
1091 ReplaceRejected(audio_rejected, video_rejected, &new_sdp);
1160 bool TestDeserializeRejected(bool audio_rejected, bool video_rejected) { argument
1162 ReplaceRejected(audio_rejected, video_rejected, &new_sdp);
1174 desc_.AddContent(kVideoContentName, NS_JINGLE_RTP, video_rejected,
[all...]

Completed in 295 milliseconds