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

  /external/webrtc/src/modules/audio_processing/
level_estimator_impl.cc 104 int16_t* mixed_data = audio->data(0); local
107 mixed_data = audio->mixed_data(0);
110 level->Process(mixed_data, audio->samples_per_channel());
voice_detection_impl.cc 69 WebRtc_Word16* mixed_data = audio->low_pass_split_data(0); local
72 mixed_data = audio->mixed_low_pass_data(0);
79 mixed_data,
audio_buffer.h 35 int16_t* mixed_data(int channel) const;
gain_control_impl.cc 78 WebRtc_Word16* mixed_data = audio->low_pass_split_data(0); local
81 mixed_data = audio->mixed_low_pass_data(0);
88 mixed_data,
audio_buffer.cc 124 int16_t* AudioBuffer::mixed_data(int channel) const { function in class:webrtc::AudioBuffer

Completed in 497 milliseconds