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

  /external/chromium_org/media/filters/
audio_renderer_algorithm.h 91 // Within |search_block_|, find the block of data that is most similar to
93 // there is enough data to perform a search, i.e. |search_block_| and
124 // Is |target_block_| fully within |search_block_|? If so, we don't need to
162 // The offset of the center frame of |search_block_| w.r.t. its first frame.
165 // Index of the beginning of the |search_block_|, in frames.
204 // similar block to |target_block_| within |search_block_| and it is
209 scoped_ptr<AudioBus> search_block_; member in class:media::AudioRendererAlgorithm
211 // Stores the target block, denoted as |target| above. |search_block_| is
audio_renderer_algorithm.cc 28 // 2) Extract |search_block_| as input frames at indices
32 // 3) Find a block within the |search_block_| that is most similar
143 search_block_ = AudioBus::Create( member in namespace:media
339 PeekAudioWithZeroPrepend(search_block_index_, search_block_.get());
347 // |search_block_|.
349 search_block_.get(), target_block_.get(), exclude_iterval);

Completed in 40 milliseconds