Lines Matching refs:remote_video
2058 cricket::VideoContentDescription remote_video; in TEST_F() local
2059 remote_video.set_codecs({remote_codec}); in TEST_F()
2064 channel1_->SetRemoteContent(&remote_video, SdpType::kOffer, NULL)); in TEST_F()
2078 cricket::VideoContentDescription remote_video; in TEST_F() local
2079 remote_video.set_codecs({kRemoteCodec}); in TEST_F()
2085 channel1_->SetRemoteContent(&remote_video, SdpType::kAnswer, NULL)); in TEST_F()
2100 cricket::VideoContentDescription remote_video; in TEST_F() local
2101 remote_video.set_codecs({remote_codec}); in TEST_F()
2107 channel1_->SetRemoteContent(&remote_video, SdpType::kAnswer, NULL)); in TEST_F()
2121 cricket::VideoContentDescription remote_video; in TEST_F() local
2122 remote_video.set_codecs({kRemoteCodec}); in TEST_F()
2127 channel1_->SetRemoteContent(&remote_video, SdpType::kOffer, NULL)); in TEST_F()