Searched refs:updated_dcd (Results 1 – 1 of 1) sorted by relevance
1316 const DataContentDescription* updated_dcd = in TEST_F() local1323 EXPECT_EQ(dcd->type(), updated_dcd->type()); in TEST_F()1324 EXPECT_EQ(dcd->codecs(), updated_dcd->codecs()); in TEST_F()1329 ASSERT_CRYPTO(updated_dcd, 1U, CS_AES_CM_128_HMAC_SHA1_80); in TEST_F()1330 EXPECT_TRUE(CompareCryptoParams(dcd->cryptos(), updated_dcd->cryptos())); in TEST_F()1346 const StreamParamsVec& updated_data_streams = updated_dcd->streams(); in TEST_F()1482 const DataContentDescription* updated_dcd = in TEST_F() local1489 ASSERT_CRYPTO(updated_dcd, 1U, CS_AES_CM_128_HMAC_SHA1_80); in TEST_F()1490 EXPECT_TRUE(CompareCryptoParams(dcd->cryptos(), updated_dcd->cryptos())); in TEST_F()1496 EXPECT_EQ(dcd->type(), updated_dcd->type()); in TEST_F()[all …]