Searched refs:ValidateCodecFormat (Results 1 – 4 of 4) sorted by relevance
296 ASSERT_TRUE(codec.ValidateCodecFormat()); in TEST_F()303 ASSERT_TRUE(low_payload_type.ValidateCodecFormat()); in TEST_F()304 EXPECT_TRUE(high_payload_type.ValidateCodecFormat()); in TEST_F()309 EXPECT_FALSE(negative_payload_type.ValidateCodecFormat()); in TEST_F()314 EXPECT_FALSE(too_high_payload_type.ValidateCodecFormat()); in TEST_F()319 EXPECT_FALSE(zero_width.ValidateCodecFormat()); in TEST_F()324 EXPECT_FALSE(zero_height.ValidateCodecFormat()); in TEST_F()329 EXPECT_TRUE(zero_width_rtx_codec.ValidateCodecFormat()); in TEST_F()335 EXPECT_FALSE(incorrect_bitrates.ValidateCodecFormat()); in TEST_F()341 EXPECT_TRUE(equal_bitrates.ValidateCodecFormat()); in TEST_F()[all …]
209 bool ValidateCodecFormat() const;
284 bool VideoCodec::ValidateCodecFormat() const { in ValidateCodecFormat() function in cricket::VideoCodec
197 if (!codecs[i].ValidateCodecFormat()) { in ValidateCodecFormats()