Searched refs:ValidateCodecFormat (Results 1 – 4 of 4) sorted by relevance
345 ASSERT_TRUE(codec.ValidateCodecFormat()); in TEST_F()352 ASSERT_TRUE(low_payload_type.ValidateCodecFormat()); in TEST_F()353 EXPECT_TRUE(high_payload_type.ValidateCodecFormat()); in TEST_F()358 EXPECT_FALSE(negative_payload_type.ValidateCodecFormat()); in TEST_F()363 EXPECT_FALSE(too_high_payload_type.ValidateCodecFormat()); in TEST_F()368 EXPECT_FALSE(zero_width.ValidateCodecFormat()); in TEST_F()373 EXPECT_FALSE(zero_height.ValidateCodecFormat()); in TEST_F()378 EXPECT_TRUE(zero_width_rtx_codec.ValidateCodecFormat()); in TEST_F()384 EXPECT_FALSE(incorrect_bitrates.ValidateCodecFormat()); in TEST_F()390 EXPECT_TRUE(equal_bitrates.ValidateCodecFormat()); in TEST_F()[all …]
191 bool VideoCodec::ValidateCodecFormat() const { in ValidateCodecFormat() function in cricket::VideoCodec
270 bool ValidateCodecFormat() const;
742 if (!codecs[i].ValidateCodecFormat()) { in ValidateCodecFormats()