HomeSort by relevance Sort by last modified time
    Searched refs:num_candidate_blocks_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/filters/
audio_renderer_algorithm.cc 30 // |search_block_index_| + |num_candidate_blocks_| + |ola_window_size_|).
85 num_candidate_blocks_(0),
101 num_candidate_blocks_ = (kWsolaSearchIntervalMs * samples_per_second_) / 1000;
108 // |num_candidate_blocks_| / 2 is the offset of the center of the search
121 // |num_candidate_blocks_| / 2
127 // 1, ... |num_candidate_blocks_|
128 search_block_center_offset_ = num_candidate_blocks_ / 2 +
144 channels_, num_candidate_blocks_ + (ola_window_size_ - 1));
243 const int search_block_size = num_candidate_blocks_ + (ola_window_size_ - 1);
320 const int search_block_size = num_candidate_blocks_ + (ola_window_size_ - 1)
    [all...]
audio_renderer_algorithm.h 170 int num_candidate_blocks_; member in class:media::AudioRendererAlgorithm

Completed in 139 milliseconds