Searched defs:opt_config (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dvp8_partition_aggregator_unittest.cc95 const Vp8PartitionAggregator::ConfigVec& opt_config,
98 EXPECT_EQ(expected_config_len, opt_config.size());
100 EXPECT_EQ(expected_config[i], opt_config[i]);
105 const Vp8PartitionAggregator::ConfigVec& opt_config,
110 aggregator.CalcMinMax(opt_config, &min_size, &max_size);
139 Vp8PartitionAggregator::ConfigVec opt_config = local
143 VerifyConfiguration(kExpectedConfig, kExpectedConfigSize, opt_config,
145 VerifyMinMax(*aggregator, opt_config, 383, 428);
150 aggregator->CalcMinMax(opt_config, &min_size, &max_size);
171 Vp8PartitionAggregator::ConfigVec opt_config local
92 VerifyConfiguration( const size_t* expected_config, size_t expected_config_len, const Vp8PartitionAggregator::ConfigVec& opt_config, const RTPFragmentationHeader& fragmentation) argument
104 VerifyMinMax(const Vp8PartitionAggregator& aggregator, const Vp8PartitionAggregator::ConfigVec& opt_config, int expected_min, int expected_max) argument
189 Vp8PartitionAggregator::ConfigVec opt_config = local
[all...]

Completed in 108 milliseconds