Home
last modified time | relevance | path

Searched refs:video_desc_ (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp_unittest.cc564 video_desc_ = video.get(); in WebRtcSdpTest()
1039 video_desc_ = static_cast<VideoContentDescription*>( in AddExtmap()
1040 video_desc_->Copy()); in AddExtmap()
1043 video_desc_->AddRtpHeaderExtension( in AddExtmap()
1048 desc_.AddContent(kVideoContentName, NS_JINGLE_RTP, video_desc_); in AddExtmap()
1053 video_desc_->set_cryptos(std::vector<CryptoParams>()); in RemoveCryptos()
1058 video_desc_->set_direction(direction); in TestSerializeDirection()
1075 video_desc_ = static_cast<VideoContentDescription*>( in TestSerializeRejected()
1076 video_desc_->Copy()); in TestSerializeRejected()
1082 video_desc_); in TestSerializeRejected()
[all …]