Lines Matching refs:ValidateCodecFormat
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()
347 EXPECT_TRUE(different_bitrates.ValidateCodecFormat()); in TEST_F()