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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_processing_impl.cc 179 capture_audio_.reset(new AudioBuffer(fwd_in_format_.samples_per_channel(),
377 capture_audio_->CopyFrom(src, samples_per_channel, input_layout);
380 capture_audio_->CopyTo(fwd_out_format_.samples_per_channel(),
439 capture_audio_->DeinterleaveFrom(frame);
441 capture_audio_->InterleaveTo(frame, output_copy_needed(is_data_processed()));
469 AudioBuffer* ca = capture_audio_.get(); // For brevity.
audio_processing_impl.h 175 scoped_ptr<AudioBuffer> capture_audio_; member in class:webrtc::AudioProcessingImpl

Completed in 310 milliseconds