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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dvp8_partition_aggregator.cc151 int first_partition_idx, int last_partition_idx)
153 num_partitions_(last_partition_idx - first_partition_idx + 1),
156 assert(first_partition_idx >= 0);
157 assert(last_partition_idx >= first_partition_idx);
161 fragmentation.fragmentationLength[i + first_partition_idx];
149 Vp8PartitionAggregator( const RTPFragmentationHeader& fragmentation, int first_partition_idx, int last_partition_idx) argument

Completed in 44 milliseconds