OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_audio_channels
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/acm2/
acm_resampler.cc
31
size_t
num_audio_channels
,
34
size_t in_length = in_freq_hz *
num_audio_channels
/ 100;
41
return static_cast<int>(in_length /
num_audio_channels
);
45
num_audio_channels
) != 0) {
47
<< ", " <<
num_audio_channels
<< ") failed.";
local
59
return static_cast<int>(out_length /
num_audio_channels
);
acm_resampler.h
28
size_t
num_audio_channels
,
Completed in 59 milliseconds