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

  /external/chromium_org/media/filters/
audio_renderer_algorithm.cc 40 // 5) Overlap-and-add |optimal_block_| to the |wsola_output_|.
138 wsola_output_ = AudioBus::Create(channels_, ola_window_size_ + ola_hop_size_);
139 wsola_output_->Zero(); // Initialize for overlap-and-add of the first block.
213 wsola_output_->Zero();
258 float* ch_output = wsola_output_->channel(k) + num_complete_frames_;
305 return 0; // There is nothing to read from |wsola_output_|, return.
307 wsola_output_->CopyPartialFramesTo(0, rendered_frames, dest_offset, dest);
310 int frames_to_move = wsola_output_->frames() - rendered_frames;
312 float* ch = wsola_output_->channel(k);
audio_renderer_algorithm.h 97 // Read a maximum of |requested_frames| frames from |wsola_output_|. Returns
112 // overlap-and-add one block to |wsola_output_|, hence, |num_complete_frames_|
155 // audio in |wsola_output_| for the subsequent calls to FillBuffer().
182 // Number of frames in |wsola_output_| that overlap-and-add is completed for
192 scoped_ptr<AudioBus> wsola_output_; member in class:media::AudioRendererAlgorithm
205 // overlap-and-added to |wsola_output_|.

Completed in 63 milliseconds