Searched refs:GetSendStreamFormat (Results 1 – 2 of 2) sorted by relevance
2629 EXPECT_TRUE(media_channel1_->GetSendStreamFormat(kSsrc1, &send_format)); in TEST_F()2639 EXPECT_TRUE(media_channel1_->GetSendStreamFormat(kSsrc1, &send_format)); in TEST_F()2643 EXPECT_TRUE(media_channel1_->GetSendStreamFormat(2222, &send_format)); in TEST_F()2652 EXPECT_TRUE(media_channel1_->GetSendStreamFormat(kSsrc1, &send_format)); in TEST_F()2662 EXPECT_TRUE(media_channel1_->GetSendStreamFormat(kSsrc1, &send_format)); in TEST_F()2665 EXPECT_TRUE(media_channel1_->GetSendStreamFormat(2222, &send_format)); in TEST_F()2673 EXPECT_TRUE(media_channel1_->GetSendStreamFormat(kSsrc1, &send_format)); in TEST_F()
460 bool GetSendStreamFormat(uint32 ssrc, VideoFormat* format) { in GetSendStreamFormat() function