HomeSort by relevance Sort by last modified time
    Searched full:data_changed (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/modules/audio_processing/
audio_buffer.h 51 // If |data_changed| is false, only the non-audio data members will be copied
53 void InterleaveTo(AudioFrame* frame, bool data_changed) const;
audio_processing_impl.cc 298 bool data_changed = stream_data_changed(); local
299 if (analysis_needed(data_changed)) {
350 if (synthesis_needed(data_changed)) {
367 capture_audio_->InterleaveTo(frame, data_changed);
audio_buffer.cc 222 void AudioBuffer::InterleaveTo(AudioFrame* frame, bool data_changed) const {
227 if (!data_changed) {

Completed in 40 milliseconds