OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_proc_channels_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/
audio_buffer.cc
54
num_proc_channels_
(num_process_channels),
63
data_(new IFChannelBuffer(proc_num_frames_,
num_proc_channels_
)) {
68
assert(
num_proc_channels_
> 0 &&
num_proc_channels_
<= num_input_channels_);
74
num_proc_channels_
));
77
for (size_t i = 0; i <
num_proc_channels_
; ++i) {
85
for (size_t i = 0; i <
num_proc_channels_
; ++i) {
95
num_proc_channels_
,
97
splitting_filter_.reset(new SplittingFilter(
num_proc_channels_
,
113
num_input_channels_ > 1 &&
num_proc_channels_
== 1
[
all
...]
audio_buffer.h
54
// 0 <= channel < |
num_proc_channels_
|
65
// 0 <= channel < |
num_proc_channels_
|
78
// 0 <= channel < |
num_proc_channels_
|
135
const size_t
num_proc_channels_
;
member in class:webrtc::AudioBuffer
Completed in 38 milliseconds