Searched refs:layer_allocations (Results 1 – 1 of 1) sorted by relevance
34 std::vector<absl::optional<VideoBitrateAllocation>> layer_allocations = in TEST() local37 EXPECT_EQ(layer0_bitrate, layer_allocations[0]); in TEST()38 EXPECT_EQ(layer1_bitrate, layer_allocations[1]); in TEST()57 std::vector<absl::optional<VideoBitrateAllocation>> layer_allocations = in TEST() local60 EXPECT_EQ(layer0_bitrate, layer_allocations[0]); in TEST()61 EXPECT_FALSE(layer_allocations[1]); in TEST()62 EXPECT_EQ(layer2_bitrate, layer_allocations[2]); in TEST()