OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mixed_data
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_processing/
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.cc
124
int16_t* AudioBuffer::
mixed_data
(int channel) const {
function in class:webrtc::AudioBuffer
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());
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
,
Completed in 55 milliseconds