OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_bands_
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/
splitting_filter.h
61
const size_t
num_bands_
;
member in class:webrtc::SplittingFilter
audio_buffer.h
66
// 0 <= band < |
num_bands_
|
77
// 0 <= band < |
num_bands_
|
142
size_t
num_bands_
;
member in class:webrtc::AudioBuffer
/external/webrtc/webrtc/common_audio/
channel_buffer.h
51
num_bands_
(num_bands) {
53
for (size_t j = 0; j <
num_bands_
; ++j) {
56
bands_[i *
num_bands_
+ j] = channels_[j * num_channels_ + i];
74
// 0 <= band < |
num_bands_
|
78
RTC_DCHECK_LT(band,
num_bands_
);
91
// 0 <= band < |
num_bands_
|
96
return &bands_[channel *
num_bands_
];
119
size_t num_bands() const { return
num_bands_
; }
134
const size_t
num_bands_
;
member in class:webrtc::ChannelBuffer
Completed in 162 milliseconds