Searched refs:ValidateCodecFormat (Results 1 – 4 of 4) sorted by relevance
343 ASSERT_TRUE(codec.ValidateCodecFormat()); in TEST_F()350 ASSERT_TRUE(low_payload_type.ValidateCodecFormat()); in TEST_F()351 EXPECT_TRUE(high_payload_type.ValidateCodecFormat()); in TEST_F()356 EXPECT_FALSE(negative_payload_type.ValidateCodecFormat()); in TEST_F()361 EXPECT_FALSE(too_high_payload_type.ValidateCodecFormat()); in TEST_F()366 EXPECT_FALSE(zero_width.ValidateCodecFormat()); in TEST_F()371 EXPECT_FALSE(zero_height.ValidateCodecFormat()); in TEST_F()376 EXPECT_TRUE(zero_width_rtx_codec.ValidateCodecFormat()); in TEST_F()382 EXPECT_FALSE(incorrect_bitrates.ValidateCodecFormat()); in TEST_F()388 EXPECT_TRUE(equal_bitrates.ValidateCodecFormat()); in TEST_F()[all …]
186 bool VideoCodec::ValidateCodecFormat() const { in ValidateCodecFormat() function in cricket::VideoCodec
264 bool ValidateCodecFormat() const;
769 if (!codecs[i].ValidateCodecFormat()) { in ValidateCodecFormats()