Searched refs:mixed_data (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/src/modules/audio_processing/
H A Dlevel_estimator_impl.cc104 int16_t* mixed_data = audio->data(0); local
107 mixed_data = audio->mixed_data(0);
110 level->Process(mixed_data, audio->samples_per_channel());
H A Dvoice_detection_impl.cc69 WebRtc_Word16* mixed_data = audio->low_pass_split_data(0); local
72 mixed_data = audio->mixed_low_pass_data(0);
79 mixed_data,
H A Daudio_buffer.h35 int16_t* mixed_data(int channel) const;
H A Dgain_control_impl.cc78 WebRtc_Word16* mixed_data = audio->low_pass_split_data(0); local
81 mixed_data = audio->mixed_low_pass_data(0);
88 mixed_data,
H A Daudio_buffer.cc124 int16_t* AudioBuffer::mixed_data(int channel) const { function in class:webrtc::AudioBuffer

Completed in 798 milliseconds